Skip to content

Commit c73c995

Browse files
committed
chore: update gitignore
ignore more IDE generated config files ignore package manager log files
1 parent 8dbd677 commit c73c995

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.gitignore

+17-1
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,32 @@
22

33
# dependencies
44
/node_modules
5-
/bower_components
5+
/dist
66

77
# IDEs and editors
88
/.idea
99
.project
1010
.classpath
11+
.c9/
1112
*.launch
1213
.settings/
14+
*.sublime-workspace
15+
16+
# IDE - VSCode
17+
.vscode/*
18+
!.vscode/settings.json
19+
!.vscode/tasks.json
20+
!.vscode/launch.json
21+
!.vscode/extensions.json
22+
.history/*
1323

1424

1525
#System Files
1626
.DS_Store
1727
Thumbs.db
28+
29+
30+
#log files
31+
npm-debug.log*
32+
yarn-debug.log*
33+
yarn-error.log*

0 commit comments

Comments
 (0)