Skip to content

Commit 7c3a5ea

Browse files
committed
update gitignore
1 parent 894b0de commit 7c3a5ea

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

.gitignore

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
1-
.DS_Store
2-
node_modules
1+
# always ignore files
2+
*.DS_Store
3+
*.sublime-*
34
.idea
45
*.sock
6+
7+
# test related, or directories generated by tests
8+
test/actual
9+
actual
10+
coverage
11+
.nyc*
12+
13+
# npm
14+
node_modules
15+
npm-debug.log
16+
17+
# yarn
18+
yarn.lock
19+
yarn-error.log
20+
21+
# misc
22+
_gh_pages
23+
_draft
24+
_drafts
25+
bower_components
26+
vendor
27+
temp
28+
tmp
29+
TODO.md
30+
package-lock.json

0 commit comments

Comments
 (0)