Skip to content

Commit bbf1a67

Browse files
authored
Merge pull request #4537 from JawherKl/patch-1
Create Angular.gitignore
2 parents 5aa96a5 + 6578d74 commit bbf1a67

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Angular.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Angular specific
2+
/dist/
3+
/out-tsc/
4+
/tmp/
5+
/coverage/
6+
/e2e/test-output/
7+
/.angular/
8+
.angular/
9+
10+
# Node modules and dependency files
11+
/node_modules/
12+
/package-lock.json
13+
/yarn.lock
14+
15+
# Environment files
16+
/.env
17+
18+
# Angular CLI and build artefacts
19+
/.angular-cli.json
20+
/.ng/
21+
22+
# TypeScript cache
23+
*.tsbuildinfo
24+
25+
# Logs
26+
npm-debug.log*
27+
yarn-debug.log*
28+
yarn-error.log*

0 commit comments

Comments
 (0)