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*
# 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/
2018-11-04 01:06:09 +03:00
# TypeScript v1 declaration files
2017-03-15 15:30:00 +03:00
typings/
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
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
# dotenv environment variables file
.env
2019-12-20 02:04:12 +03:00
.env.test
2017-03-15 15:30:00 +03:00
2018-11-04 01:06:09 +03:00
# parcel-bundler cache (https://parceljs.org/)
.cache
2019-12-20 02:04:12 +03:00
# Next.js build output
2018-11-04 01:06:09 +03:00
.next
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
# 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