75 lines
1.0 KiB
Plaintext
75 lines
1.0 KiB
Plaintext
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
lerna-debug.log*
|
||
|
.DS_Store
|
||
|
|
||
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||
|
|
||
|
# Build output
|
||
|
dist
|
||
|
*.tsbuildinfo
|
||
|
|
||
|
# 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
|
||
|
*.lcov
|
||
|
|
||
|
# nyc test coverage
|
||
|
.nyc_output
|
||
|
|
||
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||
|
build/Release
|
||
|
|
||
|
# Dependency directories
|
||
|
node_modules/
|
||
|
|
||
|
# TypeScript cache
|
||
|
*.tsbuildinfo
|
||
|
|
||
|
# Optional npm cache directory
|
||
|
.npm
|
||
|
|
||
|
# Optional eslint cache
|
||
|
.eslintcache
|
||
|
|
||
|
# Microbundle cache
|
||
|
.rpt2_cache/
|
||
|
.rts2_cache_cjs/
|
||
|
.rts2_cache_es/
|
||
|
.rts2_cache_umd/
|
||
|
|
||
|
# Output of 'npm pack'
|
||
|
*.tgz
|
||
|
|
||
|
# Yarn Integrity file
|
||
|
.yarn-integrity
|
||
|
|
||
|
# dotenv environment variables file
|
||
|
.env
|
||
|
.env.test
|
||
|
|
||
|
# parcel-bundler cache (https://parceljs.org/)
|
||
|
.parcel-cache
|
||
|
|
||
|
# Next.js build output
|
||
|
.next
|
||
|
|
||
|
# Nuxt.js build / generate output
|
||
|
.nuxt
|
||
|
|
||
|
# Serverless directories
|
||
|
.serverless/
|