|
1 | | -# ========================================= |
2 | | -# Dependency directories and build output |
3 | | -# ========================================= |
4 | | -node_modules/ |
5 | | -dist/ |
6 | | -out-tsc/ |
7 | | -.tmp/ |
8 | | -.cache/ |
9 | | -.angular/ |
| 1 | +# ================================ |
| 2 | +# Node and build output |
| 3 | +# ================================ |
| 4 | +node_modules |
| 5 | +dist |
| 6 | +out-tsc |
| 7 | +.angular |
| 8 | +.cache |
| 9 | +.tmp |
10 | 10 |
|
11 | | -# ========================================= |
12 | | -# Angular CLI, build tools, and test artifacts |
13 | | -# ========================================= |
14 | | -coverage/ |
15 | | -.vite/ |
16 | | -.vitepress/ |
17 | | -jest/ |
18 | | -cypress/ |
19 | | -cypress/screenshots/ |
20 | | -cypress/videos/ |
21 | | -reports/ |
22 | | -playwright-report/ |
| 11 | +# ================================ |
| 12 | +# Testing & Coverage |
| 13 | +# ================================ |
| 14 | +coverage |
| 15 | +jest |
| 16 | +cypress |
| 17 | +cypress/screenshots |
| 18 | +cypress/videos |
| 19 | +reports |
| 20 | +playwright-report |
| 21 | +.vite |
| 22 | +.vitepress |
23 | 23 |
|
24 | | -# ========================================= |
25 | | -# Environment and log files |
26 | | -# ========================================= |
| 24 | +# ================================ |
| 25 | +# Environment & log files |
| 26 | +# ================================ |
27 | 27 | *.env* |
28 | | -!.env.production |
| 28 | +!*.env.production |
29 | 29 | *.log |
30 | 30 | *.tsbuildinfo |
31 | 31 |
|
32 | | -# ========================================= |
33 | | -# IDE and local development files |
34 | | -# ========================================= |
35 | | -.vscode/ |
36 | | -.idea/ |
37 | | -*.swp |
| 32 | +# ================================ |
| 33 | +# IDE & OS-specific files |
| 34 | +# ================================ |
| 35 | +.vscode |
| 36 | +.idea |
38 | 37 | .DS_Store |
39 | 38 | Thumbs.db |
| 39 | +*.swp |
40 | 40 |
|
41 | | -# ========================================= |
42 | | -# Version control |
43 | | -# ========================================= |
44 | | -.git/ |
| 41 | +# ================================ |
| 42 | +# Version control & CI files |
| 43 | +# ================================ |
| 44 | +.git |
45 | 45 | .gitignore |
46 | 46 |
|
47 | | -# ========================================= |
48 | | -# Docker-specific config files (not needed inside image) |
49 | | -# ========================================= |
| 47 | +# ================================ |
| 48 | +# Docker & local orchestration |
| 49 | +# ================================ |
50 | 50 | Dockerfile |
| 51 | +Dockerfile.* |
51 | 52 | .dockerignore |
| 53 | +docker-compose.yml |
52 | 54 | docker-compose*.yml |
53 | 55 |
|
54 | | -# ========================================= |
| 56 | +# ================================ |
55 | 57 | # Miscellaneous |
56 | | -# ========================================= |
| 58 | +# ================================ |
57 | 59 | *.bak |
58 | 60 | *.old |
59 | 61 | *.tmp |
0 commit comments