Skip to content

Commit 27befc5

Browse files
committed
Keep only important node rules in GitBook.gitignore
1 parent da80a0c commit 27befc5

File tree

1 file changed

+5
-25
lines changed

1 file changed

+5
-25
lines changed

GitBook.gitignore

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,12 @@
1-
# Logs
2-
logs
3-
*.log
4-
5-
# Runtime data
6-
pids
7-
*.pid
8-
*.seed
9-
10-
# Directory for instrumented libs generated by jscoverage/JSCover
11-
lib-cov
12-
13-
# Coverage directory used by tools like istanbul
14-
coverage
15-
16-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1+
# Node rules:
2+
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
173
.grunt
184

19-
# Compiled binary addons (http://nodejs.org/api/addons.html)
20-
build/Release
21-
22-
# Dependency directory
23-
# Commenting this out is preferred by some people, see
24-
# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
5+
## Dependency directory
6+
## Commenting this out is preferred by some people, see
7+
## https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
258
node_modules
269

27-
# Users Environment Variables
28-
.lock-wscript
29-
3010
# Book build output
3111
_book
3212

0 commit comments

Comments
 (0)