|
9 | 9 | "filesToDelete": ["backend/typescript/"] |
10 | 10 | }, |
11 | 11 | "rest": { |
12 | | - "tagsToKeep": ["rest"] |
| 12 | + "tagsToKeep": ["rest"], |
| 13 | + "filesToDelete": ["backend/typescript/graphql"] |
13 | 14 | }, |
14 | 15 | "graphql": { |
15 | | - "tagsToKeep": ["graphql"] |
| 16 | + "tagsToKeep": ["graphql"], |
| 17 | + "filesToDelete": ["backend/typescript/rest"] |
16 | 18 | }, |
17 | 19 | "postgresql": { |
18 | 20 | "tagsToKeep": ["postgresql"] |
|
22 | 24 | }, |
23 | 25 | "auth": { |
24 | 26 | "tagsToKeep": ["auth"] |
| 27 | + }, |
| 28 | + "no-auth": { |
| 29 | + "tagsToKeep": [], |
| 30 | + "filesToDelete": [ |
| 31 | + "backend/typescript/services/implementations/userService.ts", |
| 32 | + "backend/typescript/services/interfaces/userService.ts", |
| 33 | + "backend/typescript/services/implementations/authService.ts", |
| 34 | + "backend/typescript/services/interfaces/authService.ts", |
| 35 | + "backend/typescript/rest/userRoutes.ts", |
| 36 | + "backend/typescript/rest/authRoutes.ts", |
| 37 | + "backend/typescript/middlewares/auth.ts", |
| 38 | + "backend/typescript/middlewares/auth.graphql.ts", |
| 39 | + "backend/python/app/services/implementations/user_service.py", |
| 40 | + "backend/python/app/services/interfaces/user_service.py", |
| 41 | + "backend/python/app/services/implementations/auth_service.py", |
| 42 | + "backend/python/app/services/interfaces/auth_service.py", |
| 43 | + "backend/python/app/rest/user_routes.py", |
| 44 | + "backend/python/app/rest/auth_routes.py", |
| 45 | + "backend/python/app/middlewares/auth.py" |
| 46 | + ] |
25 | 47 | } |
26 | 48 | }, |
27 | 49 | "dir": "starter-code-v2", |
28 | | - "ignore": ["node_modules", ".git", "yarn.lock"] |
| 50 | + "ignore": ["node_modules", ".git", "yarn.lock", "public"] |
29 | 51 | } |
0 commit comments