53 lines
578 B
Plaintext
53 lines
578 B
Plaintext
# Next.js build output
|
|
.next/
|
|
out/
|
|
|
|
# Node.js dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-error.log
|
|
pnpm-debug.log*
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.production
|
|
.env*.local
|
|
|
|
# Build artifacts
|
|
.cache/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Editor directories and files
|
|
.vscode/
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.swp
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Coverage reports
|
|
coverage/
|
|
|
|
# Lock files (optional, uncomment if you want to ignore)
|
|
# package-lock.json
|
|
# pnpm-lock.yaml |