aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-09-03 13:19:51 +0200
committerSamy Pessé <samypesse@gmail.com>2014-09-03 13:19:51 +0200
commit27befc5ae1e46ec9c6ba41059f6925bb61d555cb (patch)
tree2d7d9f837f6492d60d0f8a25470f4bf489bbef0c
parentda80a0cacf02afc701f469390f4c1ee483927349 (diff)
downloadgitignore-27befc5ae1e46ec9c6ba41059f6925bb61d555cb.tar.gz
gitignore-27befc5ae1e46ec9c6ba41059f6925bb61d555cb.zip
Keep only important node rules in GitBook.gitignore
-rw-r--r--GitBook.gitignore30
1 files changed, 5 insertions, 25 deletions
diff --git a/GitBook.gitignore b/GitBook.gitignore
index 7cb665f2..f9b27061 100644
--- a/GitBook.gitignore
+++ b/GitBook.gitignore
@@ -1,32 +1,12 @@
-# Logs
-logs
-*.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)
+# Node rules:
+## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
-# Compiled binary addons (http://nodejs.org/api/addons.html)
-build/Release
-
-# 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
+## 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
-# Users Environment Variables
-.lock-wscript
-
# Book build output
_book