debian-mirror-gitlab/vendor/gitignore/Node.gitignore

45 lines
657 B
Plaintext
Raw Normal View History

2016-06-02 11:05:42 +05:30
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
2016-08-24 12:49:21 +05:30
*.pid.lock
2016-06-02 11:05:42 +05:30
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# 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 directories
node_modules
jspm_packages
# Optional npm cache directory
.npm
2016-09-29 09:46:39 +05:30
# Optional eslint cache
.eslintcache
2016-06-02 11:05:42 +05:30
# Optional REPL history
.node_repl_history
2016-11-03 12:29:30 +05:30
# Output of 'npm pack'
*.tgz