63 lines
580 B
Plaintext
63 lines
580 B
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Bun
|
|
.bun/
|
|
|
|
# Environment variables
|
|
.env.local
|
|
.env.*.local
|
|
.env
|
|
|
|
# Next.js build output
|
|
.next/
|
|
out/
|
|
|
|
# Log files
|
|
logs
|
|
*.log
|
|
*.log.*
|
|
yarn-debug.log*
|
|
npm-debug.log*
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# IDE specific files
|
|
.vscode/
|
|
|
|
# Debug files
|
|
*.log
|
|
*.lock
|
|
|
|
# Next.js cache
|
|
.next/cache/
|
|
|
|
# Local development files
|
|
*.local
|
|
*.env
|
|
|
|
# Build output
|
|
/.next/
|
|
/out/
|
|
/build/
|
|
/dist/
|
|
/.terser-cache/
|
|
|
|
# Static exports
|
|
out/
|
|
|
|
# Exported assets
|
|
exported/
|
|
build/
|
|
|
|
# Miscellaneous
|
|
.connect/
|
|
coverage/
|
|
|
|
|
|
|
|
# Windows specific
|
|
Thumbs.db |