2015-08-28 11:44:04 +03:00
# Logs
logs
*.log
npm-debug.log*
2017-03-15 15:30:00 +03:00
yarn-debug.log*
yarn-error.log*
2019-12-20 02:04:12 +03:00
lerna-debug.log*
2021-05-30 03:11:22 +03:00
.pnpm-debug.log*
2019-12-20 02:04:12 +03:00
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
2015-08-28 11:44:04 +03:00
# Runtime data
pids
*.pid
*.seed
2017-03-15 15:30:00 +03:00
*.pid.lock
2015-08-28 11:44:04 +03:00
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
2019-12-20 02:04:12 +03:00
*.lcov
2015-08-28 11:44:04 +03:00
2017-03-15 15:30:00 +03:00
# nyc test coverage
.nyc_output
2018-11-04 01:06:09 +03:00
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2015-08-28 11:44:04 +03:00
.grunt
2017-03-15 15:30:00 +03:00
# Bower dependency directory (https://bower.io/)
bower_components
2015-08-28 11:44:04 +03:00
# node-waf configuration
.lock-wscript
2018-11-04 01:06:09 +03:00
# Compiled binary addons (https://nodejs.org/api/addons.html)
2015-08-28 11:44:04 +03:00
build/Release
2017-03-15 15:30:00 +03:00
# Dependency directories
node_modules/
jspm_packages/
2020-09-02 19:57:08 +03:00
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
2017-03-15 15:30:00 +03:00
2019-12-20 02:04:12 +03:00
# TypeScript cache
*.tsbuildinfo
2017-03-15 15:30:00 +03:00
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
2021-12-05 03:25:15 +03:00
# Optional stylelint cache
.stylelintcache
2019-12-20 02:04:12 +03:00
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
2017-03-15 15:30:00 +03:00
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
2021-12-12 03:25:18 +03:00
# dotenv environment variable files
.env
2021-12-05 03:25:15 +03:00
.env.development.local
.env.test.local
.env.production.local
.env.local
2017-03-15 15:30:00 +03:00
2018-11-04 01:06:09 +03:00
# parcel-bundler cache (https://parceljs.org/)
.cache
2020-09-02 19:57:08 +03:00
.parcel-cache
2018-11-04 01:06:09 +03:00
2019-12-20 02:04:12 +03:00
# Next.js build output
2018-11-04 01:06:09 +03:00
.next
2020-09-02 19:57:08 +03:00
out
2018-11-04 01:06:09 +03:00
2019-12-20 02:04:12 +03:00
# Nuxt.js build / generate output
2018-11-04 01:06:09 +03:00
.nuxt
2019-12-20 02:04:12 +03:00
dist
# Gatsby files
.cache/
# 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
2018-11-04 01:06:09 +03:00
# vuepress build output
.vuepress/dist
2021-12-05 03:25:15 +03:00
# vuepress v2.x temp and cache directory
.temp
.cache
2022-01-09 03:28:45 +03:00
# Docusaurus cache and generated files
.docusaurus
2018-11-04 01:06:09 +03:00
# Serverless directories
2019-12-20 02:04:12 +03:00
.serverless/
2018-11-04 01:06:09 +03:00
# FuseBox cache
.fusebox/
2019-12-20 02:04:12 +03:00
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
2020-09-02 19:57:08 +03:00
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*