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

62 lines
914 B
Plaintext
Raw Normal View History

2016-06-02 11:05:42 +05:30
# Logs
logs
*.log
npm-debug.log*
2017-08-17 22:00:37 +05:30
yarn-debug.log*
yarn-error.log*
2016-06-02 11:05:42 +05:30
# 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
2017-08-17 22:00:37 +05:30
# Bower dependency directory (https://bower.io/)
bower_components
2016-06-02 11:05:42 +05:30
# node-waf configuration
.lock-wscript
2018-03-17 18:26:18 +05:30
# Compiled binary addons (https://nodejs.org/api/addons.html)
2016-06-02 11:05:42 +05:30
build/Release
# Dependency directories
2017-08-17 22:00:37 +05:30
node_modules/
jspm_packages/
# Typescript v1 declaration files
typings/
2016-06-02 11:05:42 +05:30
# 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
2017-08-17 22:00:37 +05:30
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
2018-03-17 18:26:18 +05:30
# next.js build output
.next