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

80 lines
1.1 KiB
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
2018-12-05 23:21:45 +05:30
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2016-06-02 11:05:42 +05:30
.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/
2018-05-09 12:01:36 +05:30
# TypeScript v1 declaration files
2017-08-17 22:00:37 +05:30
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-11-08 19:23:39 +05:30
# parcel-bundler cache (https://parceljs.org/)
.cache
2018-03-17 18:26:18 +05:30
# next.js build output
.next
2018-11-08 19:23:39 +05:30
# nuxt.js build output
.nuxt
# vuepress build output
.vuepress/dist
# Serverless directories
2019-02-15 15:39:39 +05:30
.serverless/
2018-12-13 13:39:08 +05:30
# FuseBox cache
.fusebox/
2019-02-15 15:39:39 +05:30
#DynamoDB Local files
.dynamodb/