From c220612214f571990716008bd1e6ba581b733e6d Mon Sep 17 00:00:00 2001 From: poduck Date: Mon, 8 Dec 2025 02:35:50 -0500 Subject: [PATCH] Revert "chore: Add WIP test files to gitignore for clean deploy" This reverts commit 33137289efc222e70e84ad889c61a951966300a5. --- .gitignore | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/.gitignore b/.gitignore index 5623916..6005540 100644 --- a/.gitignore +++ b/.gitignore @@ -1,39 +1,3 @@ # 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