backfill/.gitignore

86 строки
1.2 KiB
Plaintext
Исходник Обычный вид История

2019-08-27 18:17:07 +03:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2019-09-18 14:15:30 +03:00
.backfill-logs/*
2019-08-27 18:17:07 +03:00
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
2019-08-30 12:23:37 +03:00
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2019-08-27 18:17:07 +03:00
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
2019-08-30 12:23:37 +03:00
lib/
2019-08-27 18:17:07 +03:00
# Dependency directories
node_modules/
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
2019-08-30 12:23:37 +03:00
# parcel-bundler cache (https://parceljs.org/)
.cache
2019-08-27 18:17:07 +03:00
# next.js build output
.next
2019-08-30 12:23:37 +03:00
# nuxt.js build output
.nuxt
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
#DynamoDB Local files
.dynamodb/
# Merge files
*.orig
.DS_Store
*.swp
tsconfig.tsbuildinfo