Skip to content

Commit 78258f1

Browse files
committed
Refactor
1 parent 996150b commit 78258f1

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.gitignore

+1-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@
2121
*.sublime-workspace
2222

2323
# IDE - VSCode
24-
.vscode/*
25-
!.vscode/settings.json
26-
!.vscode/tasks.json
27-
!.vscode/launch.json
28-
!.vscode/extensions.json
24+
.vscode
2925

3026
# misc
3127
/.sass-cache

.npmignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ node_modules
2929
.settings/
3030
*.sublime-workspace
3131
.editorconfig
32+
.prettierignore
33+
.prettierrc.json
3234

3335
# IDE - VSCode
3436
/.vscode
@@ -53,6 +55,7 @@ tsconfig*.json
5355
tslint.json
5456
gulpfile.js
5557
.github
58+
package-lock.json
5659

5760
# System Files
5861
.DS_Store
@@ -61,4 +64,4 @@ Thumbs.db
6164
# aot
6265
*.ngfactory.js
6366
*.ngfactory.js.map
64-
*.ngsummary.json
67+
*.ngsummary.json

0 commit comments

Comments
 (0)