1
0
mirror of https://github.com/github/gitignore synced 2024-12-26 14:50:16 +01:00
gitignore/Node.gitignore

38 lines
578 B
Plaintext
Raw Normal View History

2014-02-28 11:34:11 -05:00
# Logs
logs
2010-11-09 07:18:45 +08:00
*.log
2015-08-06 11:30:45 +02:00
npm-debug.log*
2014-02-28 11:34:11 -05:00
# Runtime data
pids
*.pid
*.seed
2014-02-28 11:34:11 -05:00
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
2014-02-28 11:34:11 -05:00
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
2014-02-28 11:34:11 -05:00
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2014-01-07 02:33:15 -08:00
.grunt
# node-waf configuration
.lock-wscript
2014-02-28 11:34:11 -05:00
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
2015-10-12 19:03:57 +03:00
# Dependency directories
2013-10-06 14:40:01 +02:00
node_modules
2015-10-12 19:03:57 +03:00
jspm_packages
2015-11-02 19:20:21 +01:00
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history