93cfe1ad5e
Added Italian communication requirement, error-first workflow (report then wait), and missing Prisma models: ProductVariant, PasswordResetToken, Page/PageSection, SiteSettings, AuditLog. Added app/coverage/ to .gitignore.
40 lines
427 B
Plaintext
40 lines
427 B
Plaintext
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Node
|
|
app/node_modules/
|
|
node_modules/
|
|
test/node_modules
|
|
|
|
# Next.js build output
|
|
app/.next/
|
|
app/out/
|
|
|
|
# Test coverage report
|
|
app/coverage/
|
|
|
|
# Prisma generated client (rebuilt on npm install)
|
|
app/node_modules/.prisma/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/settings.json
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Dati locali (bind mount Docker)
|
|
data/
|
|
|
|
# Backup
|
|
backups/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|