Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 2a73190

Browse files
Updated .gitignore
1 parent 4eacc2f commit 2a73190

File tree

1 file changed

+39
-9
lines changed

1 file changed

+39
-9
lines changed

.gitignore

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,41 @@
1-
# Specifies intentionally untracked files to ignore when using Git
2-
# http://git-scm.com/docs/gitignore
3-
4-
**/*~
5-
**/._*
6-
**/.DS_Store
7-
npm-debug.log
8-
/.idea
1+
# Git ignore
2+
# https://git-scm.com/docs/gitignore
3+
4+
# Miscellaneous
5+
*~
6+
*#
7+
.DS_STORE
8+
Thumbs.db
9+
.netbeans
10+
nbproject
11+
.node_history
12+
13+
# IDEs & Text Editors
14+
.idea
15+
.sublime-*
16+
.vscode
17+
.netbeans
18+
nbproject
19+
20+
# Temporary files
21+
.tmp
22+
.temp
23+
.grunt
24+
.lock-wscript
25+
26+
# Logs
27+
/logs
28+
*.log
29+
30+
# Runtime data
31+
pids
32+
*.pid
33+
*.seed
34+
35+
# Dependencies
36+
node_modules
37+
38+
# Test output
39+
/.nyc_output
940
/coverage
1041
/dist/*.test.js
11-
/node_modules

0 commit comments

Comments
 (0)