55 lines
530 B
Plaintext
55 lines
530 B
Plaintext
# Temporary files
|
|
tmp/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
.next/
|
|
*.tsbuildinfo
|
|
|
|
# App data (SQLite DB + uploads)
|
|
data/
|
|
|
|
# Backups
|
|
backups/
|
|
|
|
# Playwright
|
|
test-results/
|
|
playwright-report/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
|
|
# Lock files (keep package-lock.json for consistency)
|
|
# yarn.lock
|
|
|
|
.opencode/opencode.local.json
|