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

Commit 921956f

Browse files
committed
Update .gitignore
1 parent f081f38 commit 921956f

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

.gitignore

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,42 @@
55
# For more details, visit the project page:
66
# https://github.com/github/gitignore
77

8+
# Build directory
9+
build
10+
11+
# Bower components directory
12+
bower_components
13+
814
# Logs
915
logs
1016
*.log
17+
npm-debug.log*
18+
1119
# Runtime data
1220
pids
1321
*.pid
1422
*.seed
23+
1524
# Directory for instrumented libs generated by jscoverage/JSCover
1625
lib-cov
26+
1727
# Coverage directory used by tools like istanbul
1828
coverage
29+
1930
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2031
.grunt
32+
2133
# node-waf configuration
2234
.lock-wscript
35+
2336
# Compiled binary addons (http://nodejs.org/api/addons.html)
2437
build/Release
38+
2539
# Dependency directory
26-
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
2740
node_modules
2841

29-
## Bower:
30-
bower_components
42+
# Optional npm cache directory
43+
.npm
3144

32-
## Build
33-
build
45+
# Optional REPL history
46+
.node_repl_history

0 commit comments

Comments
 (0)