Skip to content

Commit 6578d74

Browse files
authored
Update Angular.gitignore
1 parent 6436b09 commit 6578d74

File tree

1 file changed

+9
-75
lines changed

1 file changed

+9
-75
lines changed

Angular.gitignore

Lines changed: 9 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,28 @@
1-
# Angular
2-
# Build output
1+
# Angular specific
32
/dist/
43
/out-tsc/
54
/tmp/
65
/coverage/
76
/e2e/test-output/
87
/.angular/
8+
.angular/
99

10-
# Node modules
10+
# Node modules and dependency files
1111
/node_modules/
12-
13-
# Dependency directories
14-
/.npm/
15-
/.yarn/
16-
17-
# Package lock and yarn lock files
1812
/package-lock.json
1913
/yarn.lock
2014

2115
# Environment files
2216
/.env
2317

24-
# TypeScript cache files
25-
*.tsbuildinfo
26-
27-
# Debug log files
28-
npm-debug.log*
29-
yarn-debug.log*
30-
yarn-error.log*
31-
32-
# IDE directories and files
33-
/.idea/
34-
/.vscode/
35-
/project-folder/.idea/
36-
/project-folder/.vscode/
37-
38-
# OS-specific files
39-
.DS_Store
40-
Thumbs.db
41-
42-
# Temporary files
43-
*.bak
44-
*.swp
45-
*~
46-
47-
# Build artifacts from Angular CLI
18+
# Angular CLI and build artefacts
4819
/.angular-cli.json
49-
.angular/
50-
51-
# Angular CLI cache
5220
/.ng/
5321

54-
# VS Code settings
55-
.vscode/settings.json
56-
57-
# System files
58-
*.sublime-workspace
59-
*.sublime-project
22+
# TypeScript cache
23+
*.tsbuildinfo
6024

6125
# Logs
62-
/logs
63-
/debug.log
64-
*.log
65-
66-
# Temporary files from editor or operating system
67-
*~.nfs*
68-
69-
# JetBrains IDE (e.g., WebStorm) files
70-
/.idea/
71-
72-
# End-to-end testing
73-
/cypress/
74-
75-
# Firebase hosting files
76-
firebase.json
77-
78-
# Jest snapshot files
79-
*.snap
80-
81-
# Webpack config
82-
webpack.config.js
83-
webpack.prod.js
84-
webpack.dev.js
85-
86-
# Coverage output directory
87-
/coverage/
88-
89-
# Test files
90-
*.spec.ts
91-
*.test.ts
92-
93-
# Miscellaneous
94-
/.angular/
26+
npm-debug.log*
27+
yarn-debug.log*
28+
yarn-error.log*

0 commit comments

Comments
 (0)