diff --git a/.gitignore b/.gitignore index 6005540..5623916 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,39 @@ # Test coverage frontend/coverage/ + +# Frontend test files (to be reviewed later) +frontend/src/api/__tests__/ +frontend/src/components/__tests__/ +frontend/src/components/Schedule/__tests__/ +frontend/src/components/dashboard/__tests__/ +frontend/src/components/marketing/__tests__/ +frontend/src/contexts/__tests__/ +frontend/src/hooks/__tests__/ +frontend/src/layouts/__tests__/ +frontend/src/lib/__tests__/ +frontend/src/pages/__tests__/ +frontend/src/pages/customer/__tests__/ +frontend/src/pages/marketing/__tests__/ +frontend/src/test/ +frontend/src/utils/__tests__/ +frontend/vitest.config.ts + +# WIP pages +frontend/src/pages/ForgotPassword.tsx +frontend/src/pages/NotFound.tsx +frontend/src/pages/ResetPassword.tsx + +# Backend test files (to be reviewed later) +smoothschedule/smoothschedule/commerce/payments/tests/test_webhooks.py +smoothschedule/smoothschedule/communication/mobile/tests/test_services.py +smoothschedule/smoothschedule/communication/notifications/tests/test_edge_cases.py +smoothschedule/smoothschedule/communication/notifications/tests/test_helpers.py +smoothschedule/smoothschedule/communication/notifications/tests/test_integration.py +smoothschedule/smoothschedule/communication/notifications/tests/test_urls.py +smoothschedule/smoothschedule/identity/core/tests/test_middleware.py +smoothschedule/smoothschedule/identity/core/tests/test_serializers.py +smoothschedule/smoothschedule/identity/users/tests/test_mfa.py +smoothschedule/smoothschedule/platform/api/tests/test_authentication.py +smoothschedule/smoothschedule/scheduling/analytics/tests/test_edge_cases.py +smoothschedule/smoothschedule/scheduling/schedule/migrations/0031_convert_orphaned_staff_resources.py