gitignore/Node.gitignore

119 lines
1.8 KiB
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*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
2021-05-12 17:18:59 +02:00
.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
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
*.lcov
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://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
# Compiled binary addons (https://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
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# TypeScript cache
*.tsbuildinfo
2015-11-02 19:20:21 +01:00
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
2019-09-21 18:13:14 +02:00
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# 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
2018-12-14 01:32:38 +01:00
.env.test
.env.production
2017-01-25 04:13:33 +01:00
2017-12-31 17:35:21 +01:00
# parcel-bundler cache (https://parceljs.org/)
.cache
2020-03-11 13:28:59 +01:00
.parcel-cache
2018-03-10 05:05:34 +01:00
# Next.js build output
2018-01-01 23:26:54 +01:00
.next
out
2018-05-06 12:31:38 +02:00
# Nuxt.js build / generate output
2018-05-06 12:31:38 +02:00
.nuxt
dist
2018-06-17 20:27:35 +02:00
# Gatsby files
2019-09-16 14:21:44 +02:00
.cache/
2019-12-16 14:06:40 +01:00
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
2019-09-16 14:21:44 +02:00
# vuepress build output
.vuepress/dist
2018-05-28 01:58:49 +02:00
# Serverless directories
2018-10-23 01:54:09 +02:00
.serverless/
# FuseBox cache
.fusebox/
2018-10-23 01:54:09 +02:00
2018-12-16 06:50:40 +01:00
# DynamoDB Local files
.dynamodb/
2019-10-03 15:32:51 +02:00
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
2020-03-11 14:08:37 +01:00
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
2020-03-11 14:08:37 +01:00
.pnp.*