File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
packages/schematics/angular/workspace/files Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 1
1
# See http://help.github.com/ignore-files/ for more about ignoring files.
2
2
3
- # compiled output
3
+ # Compiled output
4
4
/dist
5
5
/tmp
6
6
/out-tsc
7
- # Only exists if Bazel was run
8
7
/bazel-out
9
8
10
- # dependencies
9
+ # Node
11
10
/node_modules
12
-
13
- # profiling files
14
- chrome-profiler-events*.json
11
+ npm-debug.log
12
+ yarn-error.log
15
13
16
14
# IDEs and editors
17
- / .idea
15
+ .idea/
18
16
.project
19
17
.classpath
20
18
.c9/
21
19
*.launch
22
20
.settings/
23
21
*.sublime-workspace
24
22
25
- # IDE - VSCode
23
+ # Visual Studio Code
26
24
.vscode/*
27
25
!.vscode/settings.json
28
26
!.vscode/tasks.json
29
27
!.vscode/launch.json
30
28
!.vscode/extensions.json
31
29
.history/*
32
30
33
- # misc
31
+ # Miscellaneous
34
32
/.angular/cache
35
- / .sass-cache
33
+ .sass-cache/
36
34
/connect.lock
37
35
/coverage
38
36
/libpeerconnection.log
39
- npm-debug.log
40
- yarn-error.log
41
37
testem.log
42
38
/typings
43
39
44
- # System Files
40
+ # System files
45
41
.DS_Store
46
42
Thumbs.db
You can’t perform that action at this time.
0 commit comments