62 lines
570 B
Plaintext
62 lines
570 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Next.js build output
|
|
.next
|
|
out
|
|
|
|
# Production build files
|
|
dist
|
|
build
|
|
|
|
# Environment files (except .env.production if needed)
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Database (we mount this as volume)
|
|
data/*.db
|
|
data/*.db-journal
|
|
data/*.db-wal
|
|
data/*.db-shm
|
|
|
|
# Documentation
|
|
docs
|
|
*.md
|
|
!README.md
|
|
|
|
# Screenshots
|
|
screenshots
|
|
|
|
# Misc
|
|
.cache
|
|
temp
|
|
tmp
|