Skip to content

Commit 937523a

Browse files
committed
Reduce comments
1 parent c096a65 commit 937523a

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

Node.gitignore

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,32 @@
1-
# Semi-general patterns
2-
3-
## Logs
1+
# Logs
42
logs
53
*.log
64

7-
## Runtime data
5+
# Runtime data
86
pids
97
*.pid
108
*.seed
119

12-
## Run / build output
10+
# Run / build output
1311
results
1412
*.csv
1513
*.dat
1614
*.out
1715
*.gz
1816

19-
# Code coverage patterns
20-
21-
## Directory for instrumented libs generated by jscoverage/JSCover
17+
# Directory for instrumented libs generated by jscoverage/JSCover
2218
lib-cov
2319

24-
## Coverage directory used by tools like istanbul
20+
# Coverage directory used by tools like istanbul
2521
coverage
2622

27-
# Other popular tool patterns
28-
29-
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
23+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
3024
.grunt
3125

32-
# NodeJS patterns
33-
34-
## Compiled binary addons (http://nodejs.org/api/addons.html)
26+
# Compiled binary addons (http://nodejs.org/api/addons.html)
3527
build/Release
3628

37-
## Dependency directory
38-
## Deployed apps should consider commenting this line out:
39-
## see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
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
4032
node_modules

0 commit comments

Comments
 (0)