mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Keep only important node rules in GitBook.gitignore
This commit is contained in:
parent
da80a0cacf
commit
27befc5ae1
@ -1,32 +1,12 @@
|
|||||||
# Logs
|
# Node rules:
|
||||||
logs
|
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
||||||
*.log
|
|
||||||
|
|
||||||
# Runtime data
|
|
||||||
pids
|
|
||||||
*.pid
|
|
||||||
*.seed
|
|
||||||
|
|
||||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
||||||
lib-cov
|
|
||||||
|
|
||||||
# Coverage directory used by tools like istanbul
|
|
||||||
coverage
|
|
||||||
|
|
||||||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
||||||
.grunt
|
.grunt
|
||||||
|
|
||||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
## Dependency directory
|
||||||
build/Release
|
## Commenting this out is preferred by some people, see
|
||||||
|
## https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
||||||
# Dependency directory
|
|
||||||
# Commenting this out is preferred by some people, see
|
|
||||||
# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
# Users Environment Variables
|
|
||||||
.lock-wscript
|
|
||||||
|
|
||||||
# Book build output
|
# Book build output
|
||||||
_book
|
_book
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user