99 lines
989 B
Plaintext
99 lines
989 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
.yarn/install-state.gz
|
|
|
|
# Testing
|
|
/coverage
|
|
|
|
# Next.js
|
|
/.next/
|
|
/out/
|
|
/build
|
|
.next/
|
|
next-env.d.ts
|
|
.vercel
|
|
*.tsbuildinfo
|
|
|
|
# Cache
|
|
.cache/
|
|
.eslintcache
|
|
.stylelintcache
|
|
*.pack.gz
|
|
app-build-manifest.json
|
|
app-paths-manifest.json
|
|
trace
|
|
/next/cache/
|
|
/next/static/chunks/
|
|
|
|
# Production
|
|
/build
|
|
/dist
|
|
*.log
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Local env files
|
|
.env
|
|
.env*.local
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
*.swn
|
|
*.bak
|
|
*.orig
|
|
|
|
# OS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Misc
|
|
*.pem
|
|
.npmrc
|
|
.yarnrc
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Sanity
|
|
/dist
|