gitignore/Node.gitignore

58 lines
852 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
2015-08-06 11:30:45 +02:00
npm-debug.log*
2014-02-28 17:34:11 +01:00
# Runtime data
pids
*.pid
*.seed
*.pid.lock
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
# nyc test coverage
.nyc_output
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
2016-10-28 04:23:58 +02:00
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
2014-02-28 17:34:11 +01:00
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
2015-10-12 18:03:57 +02:00
# Dependency directories
node_modules/
jspm_packages/
2017-02-02 11:57:45 +01:00
# Typescript v1 declaration files
2017-02-02 11:54:37 +01:00
typings/
2015-11-02 19:20:21 +01:00
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
2016-10-12 15:07:57 +02:00
# Yarn Integrity file
.yarn-integrity
2017-01-25 04:13:33 +01:00
# dotenv environment variables file
.env