We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996150b commit 78258f1Copy full SHA for 78258f1
.gitignore
@@ -21,11 +21,7 @@
21
*.sublime-workspace
22
23
# IDE - VSCode
24
-.vscode/*
25
-!.vscode/settings.json
26
-!.vscode/tasks.json
27
-!.vscode/launch.json
28
-!.vscode/extensions.json
+.vscode
29
30
# misc
31
/.sass-cache
.npmignore
@@ -29,6 +29,8 @@ node_modules
.settings/
.editorconfig
32
+.prettierignore
33
+.prettierrc.json
34
35
36
/.vscode
@@ -53,6 +55,7 @@ tsconfig*.json
53
55
tslint.json
54
56
gulpfile.js
57
.github
58
+package-lock.json
59
60
# System Files
61
.DS_Store
@@ -61,4 +64,4 @@ Thumbs.db
64
# aot
62
65
*.ngfactory.js
63
66
*.ngfactory.js.map
-*.ngsummary.json
67
+*.ngsummary.json
0 commit comments