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 Permalink 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 07:46:29 +00:00
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
2017-02-07 05:03:05 +00:00
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
2017-09-07 09:25:06 +00:00
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
2017-02-07 05:03:05 +00:00
node_modules/
jspm_packages/
# TypeScript v1 declaration files
2017-02-07 05:03:05 +00:00
typings/
# Optional npm cache directory
.npm
2016-09-01 23:20:40 +00:00
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
2017-01-09 14:24:25 +00:00
# Yarn Integrity file
.yarn-integrity
2017-02-07 05:03:05 +00:00
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
2018-01-06 14:58:42 +00:00
# next.js build output
.next
2018-06-08 08:43:19 +00:00
# nuxt.js build output
.nuxt
2018-06-08 08:43:19 +00:00
# vuepress build output
.vuepress/dist
# Serverless directories
2018-12-10 21:18:46 +00:00
.serverless/
# FuseBox cache
.fusebox/
2018-12-10 21:18:46 +00:00
#DynamoDB Local files
.dynamodb/