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