gitignore/Node.gitignore

31 lines
563 B
Plaintext
Raw Normal View History

2014-02-28 17:34:11 +01:00
# Logs
logs
2010-11-09 00:18:45 +01:00
*.log
2014-02-28 17:34:11 +01:00
# Runtime data
pids
*.pid
*.seed
2014-02-28 17:34:11 +01:00
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
2014-02-28 17:34:11 +01:00
# Coverage directory used by tools like istanbul
coverage
2014-02-28 17:34:11 +01:00
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2014-01-07 11:33:15 +01:00
.grunt
# node-waf configuration
.lock-wscript
2014-02-28 17:34:11 +01:00
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
2014-02-28 17:34:11 +01:00
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
2013-10-06 14:40:01 +02:00
node_modules
# Debug log from npm
npm-debug.log