Skip to content

Commit 2890f54

Browse files
committed
Update Angular.gitignore
1 parent fc6ce5d commit 2890f54

File tree

1 file changed

+36
-23
lines changed

1 file changed

+36
-23
lines changed

Angular.gitignore

Lines changed: 36 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,41 @@
1-
# Angular specific
2-
/dist/
3-
/out-tsc/
4-
/tmp/
5-
/coverage/
6-
/e2e/test-output/
7-
/.angular/
8-
.angular/
1+
# Compiled output
2+
/dist
3+
/tmp
4+
/out-tsc
5+
/bazel-out
96

10-
# Node modules and dependency files
11-
/node_modules/
12-
/package-lock.json
13-
/yarn.lock
7+
# Node
8+
/node_modules
9+
npm-debug.log
10+
yarn-error.log
1411

15-
# Environment files
16-
/.env
12+
# IDEs and editors
13+
.idea/
14+
.project
15+
.classpath
16+
.c9/
17+
*.launch
18+
.settings/
19+
*.sublime-workspace
1720

18-
# Angular CLI and build artefacts
19-
/.angular-cli.json
20-
/.ng/
21+
# Visual Studio Code
22+
.vscode/*
23+
!.vscode/settings.json
24+
!.vscode/tasks.json
25+
!.vscode/launch.json
26+
!.vscode/extensions.json
27+
.history/*
2128

22-
# TypeScript cache
23-
*.tsbuildinfo
29+
# Miscellaneous
30+
/.angular/cache
31+
.sass-cache/
32+
/connect.lock
33+
/coverage
34+
/libpeerconnection.log
35+
testem.log
36+
/typings
37+
__screenshots__/
2438

25-
# Logs
26-
npm-debug.log*
27-
yarn-debug.log*
28-
yarn-error.log*
39+
# System files
40+
.DS_Store
41+
Thumbs.db

0 commit comments

Comments
 (0)