38 lines
363 B
Plaintext
38 lines
363 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Next.js build output
|
|
/.next
|
|
/out
|
|
|
|
# Production env files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS / Editor junk
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Testing / coverage
|
|
/coverage
|
|
|
|
# Misc tool caches
|
|
/.turbo
|
|
.next-tmp
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|