File tree Expand file tree Collapse file tree 1 file changed +36
-23
lines changed
Expand file tree Collapse file tree 1 file changed +36
-23
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments