gitlab-org--gitlab-foss/vendor/gitignore/Node.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

80 lines
1.1 KiB
Plaintext
Raw Normal View History

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
2018-10-08 03:46:29 -04:00
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
2017-02-07 00:03:05 -05:00
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
2017-09-07 05:25:06 -04:00
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
2017-02-07 00:03:05 -05:00
node_modules/
jspm_packages/
# TypeScript v1 declaration files
2017-02-07 00:03:05 -05:00
typings/
# Optional npm cache directory
.npm
2016-09-01 19:20:40 -04:00
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
2017-01-09 09:24:25 -05:00
# Yarn Integrity file
.yarn-integrity
2017-02-07 00:03:05 -05:00
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
2018-01-06 09:58:42 -05:00
# next.js build output
.next
2018-06-08 04:43:19 -04:00
# nuxt.js build output
.nuxt
2018-06-08 04:43:19 -04:00
# vuepress build output
.vuepress/dist
# Serverless directories
2018-12-10 16:18:46 -05:00
.serverless/
# FuseBox cache
.fusebox/
2018-12-10 16:18:46 -05:00
#DynamoDB Local files
.dynamodb/