summaryrefslogtreecommitdiffstats
path: root/conf/gitignore/Node
diff options
context:
space:
mode:
Diffstat (limited to 'conf/gitignore/Node')
-rw-r--r--conf/gitignore/Node28
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/gitignore/Node b/conf/gitignore/Node
new file mode 100644
index 0000000000..b38069de7c
--- /dev/null
+++ b/conf/gitignore/Node
@@ -0,0 +1,28 @@
+# Logs
+logs
+*.log
+npm-debug.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
+
+# node-waf configuration
+.lock-wscript
+
+# Compiled binary addons (http://nodejs.org/api/addons.html)
+build/Release
+
+# Dependency directory
+# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
+node_modules