2014-02-28 11:34:11 -05:00
|
|
|
# Logs
|
2014-01-02 20:02:57 -05:00
|
|
|
logs
|
2010-11-09 07:18:45 +08:00
|
|
|
*.log
|
2015-08-06 11:30:45 +02:00
|
|
|
npm-debug.log*
|
2017-02-09 00:13:21 -06:00
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2019-03-14 16:56:02 +05:00
|
|
|
lerna-debug.log*
|
2021-05-12 23:18:59 +08:00
|
|
|
.pnpm-debug.log*
|
2019-03-14 16:56:02 +05:00
|
|
|
|
2019-03-12 00:48:58 +13:00
|
|
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
|
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
|
2014-02-28 11:34:11 -05:00
|
|
|
# Runtime data
|
2014-01-02 20:02:57 -05:00
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
2016-07-02 09:05:05 -07:00
|
|
|
*.pid.lock
|
2014-01-02 20:02:57 -05:00
|
|
|
|
2014-02-28 11:34:11 -05:00
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
2014-01-02 20:02:57 -05:00
|
|
|
lib-cov
|
|
|
|
|
2014-02-28 11:34:11 -05:00
|
|
|
# Coverage directory used by tools like istanbul
|
2014-01-07 02:27:32 -08:00
|
|
|
coverage
|
2019-05-12 21:54:48 +09:00
|
|
|
*.lcov
|
2014-01-07 02:27:32 -08:00
|
|
|
|
2016-04-21 12:01:36 -07:00
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
2018-09-11 23:54:41 -04:00
|
|
|
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
2014-01-07 02:33:15 -08:00
|
|
|
.grunt
|
|
|
|
|
2016-10-28 00:23:58 -02:00
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
|
|
bower_components
|
|
|
|
|
2014-09-30 22:23:32 -07:00
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
2017-08-31 16:51:26 -07:00
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
2014-01-07 01:49:40 -08:00
|
|
|
build/Release
|
|
|
|
|
2015-10-12 19:03:57 +03:00
|
|
|
# Dependency directories
|
2016-12-07 16:42:45 -06:00
|
|
|
node_modules/
|
|
|
|
jspm_packages/
|
2017-02-02 11:57:45 +01:00
|
|
|
|
2020-02-19 21:08:11 +03:00
|
|
|
# Snowpack dependency directory (https://snowpack.dev/)
|
|
|
|
web_modules/
|
|
|
|
|
2019-05-10 13:04:44 +02:00
|
|
|
# TypeScript cache
|
|
|
|
*.tsbuildinfo
|
|
|
|
|
2015-11-02 19:20:21 +01:00
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
2015-11-05 16:17:54 +01:00
|
|
|
|
2016-08-19 09:45:28 -05:00
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
2021-09-12 03:02:20 +02:00
|
|
|
# Optional stylelint cache
|
|
|
|
.stylelintcache
|
|
|
|
|
2019-09-22 04:13:14 +12:00
|
|
|
# Microbundle cache
|
|
|
|
.rpt2_cache/
|
|
|
|
.rts2_cache_cjs/
|
|
|
|
.rts2_cache_es/
|
|
|
|
.rts2_cache_umd/
|
|
|
|
|
2015-11-05 16:17:54 +01:00
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
2016-09-21 07:18:07 +01:00
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
2016-10-12 14:07:57 +01:00
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
2021-12-11 15:37:31 +13:00
|
|
|
# dotenv environment variable files
|
|
|
|
.env
|
2020-02-21 00:12:58 +01:00
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
.env.local
|
2017-01-25 16:13:33 +13:00
|
|
|
|
2018-01-01 00:35:21 +08:00
|
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
|
|
.cache
|
2020-03-11 13:28:59 +01:00
|
|
|
.parcel-cache
|
2018-03-10 12:05:34 +08:00
|
|
|
|
2019-10-24 18:31:35 +02:00
|
|
|
# Next.js build output
|
2018-01-01 14:26:54 -08:00
|
|
|
.next
|
2020-04-29 20:45:59 +07:00
|
|
|
out
|
2018-05-06 17:31:38 +07:00
|
|
|
|
2019-10-24 18:31:35 +02:00
|
|
|
# Nuxt.js build / generate output
|
2018-05-06 17:31:38 +07:00
|
|
|
.nuxt
|
2019-10-24 18:31:35 +02:00
|
|
|
dist
|
2018-06-17 15:27:35 -03:00
|
|
|
|
2019-10-24 18:31:35 +02:00
|
|
|
# Gatsby files
|
2019-09-16 13:21:44 +01:00
|
|
|
.cache/
|
2019-12-16 18:36:40 +05:30
|
|
|
# Comment in the public line in if your project uses Gatsby and not Next.js
|
2019-10-24 18:31:35 +02:00
|
|
|
# https://nextjs.org/blog/next-9-1#public-directory-support
|
|
|
|
# public
|
2019-09-16 13:21:44 +01:00
|
|
|
|
2018-05-25 13:11:51 +09:00
|
|
|
# vuepress build output
|
|
|
|
.vuepress/dist
|
2018-05-27 16:58:49 -07:00
|
|
|
|
2021-09-12 23:10:01 +09:00
|
|
|
# vuepress v2.x temp and cache directory
|
|
|
|
.temp
|
|
|
|
.cache
|
|
|
|
|
2021-12-23 14:53:27 +08:00
|
|
|
# Docusaurus cache and generated files
|
|
|
|
.docusaurus
|
|
|
|
|
2018-05-27 16:58:49 -07:00
|
|
|
# Serverless directories
|
2018-10-23 00:54:09 +01:00
|
|
|
.serverless/
|
2018-10-20 01:09:08 -04:00
|
|
|
|
|
|
|
# FuseBox cache
|
|
|
|
.fusebox/
|
2018-10-23 00:54:09 +01:00
|
|
|
|
2018-12-16 14:50:40 +09:00
|
|
|
# DynamoDB Local files
|
|
|
|
.dynamodb/
|
2019-10-03 08:32:51 -05:00
|
|
|
|
|
|
|
# TernJS port file
|
|
|
|
.tern-port
|
2019-12-16 14:17:17 +01:00
|
|
|
|
|
|
|
# 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
|
2020-05-14 07:49:06 -04:00
|
|
|
.yarn/install-state.gz
|
2020-03-11 14:08:37 +01:00
|
|
|
.pnp.*
|