2022-02-23 14:03:14 +00:00
|
|
|
# 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
|
2022-09-16 14:27:47 +00:00
|
|
|
.env.*
|
|
|
|
!.env.example
|
2022-02-23 14:03:14 +00:00
|
|
|
|
|
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
|
|
.parcel-cache
|
|
|
|
|
|
|
|
# Next.js build output
|
|
|
|
.next
|
|
|
|
|
|
|
|
# Nuxt.js build / generate output
|
|
|
|
.nuxt
|
|
|
|
|
|
|
|
# Serverless directories
|
|
|
|
.serverless/
|
2022-06-28 14:40:39 +00:00
|
|
|
|
|
|
|
# Turborepo
|
|
|
|
.turbo
|
2022-08-01 17:10:54 +00:00
|
|
|
|
|
|
|
# Vercel
|
|
|
|
.vercel
|
2023-01-10 11:24:54 +00:00
|
|
|
|
|
|
|
# Tamagui
|
|
|
|
.tamagui
|
2023-01-23 15:29:35 +00:00
|
|
|
|
|
|
|
# Storybook
|
|
|
|
storybook-static
|