Skip to content

Commit d906842

Browse files
committed
Merge pull request #913 from stuartpb/node-patch
Refactor Node.gitignore with comments
2 parents 22f0d93 + 937523a commit d906842

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

Node.gitignore

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
1-
lib-cov
2-
lcov.info
3-
*.seed
1+
# Logs
2+
logs
43
*.log
4+
5+
# Runtime data
6+
pids
7+
*.pid
8+
*.seed
9+
10+
# Run / build output
11+
results
512
*.csv
613
*.dat
714
*.out
8-
*.pid
915
*.gz
1016

11-
pids
12-
logs
13-
results
14-
build
17+
# Directory for instrumented libs generated by jscoverage/JSCover
18+
lib-cov
19+
20+
# Coverage directory used by tools like istanbul
21+
coverage
22+
23+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1524
.grunt
1625

26+
# Compiled binary addons (http://nodejs.org/api/addons.html)
27+
build/Release
28+
29+
# Dependency directory
30+
# Deployed apps should consider commenting this line out:
31+
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
1732
node_modules

0 commit comments

Comments
 (0)