catalog-cache.json and item-overrides.json are written at runtime by the admin panel — they should not be in version control. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
33 lines
460 B
Plaintext
33 lines
460 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
# Next.js build output
|
|
.next/
|
|
out/
|
|
|
|
# Runtime data — cache and item overrides change at runtime, don't track them
|
|
data/catalog-cache.json
|
|
data/item-overrides.json
|
|
|
|
# Environment variables — never commit these
|
|
.env
|
|
.env.local
|
|
.env*.local
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Misc
|
|
.eslintcache
|
|
|
|
# Raw/duplicate image files — use public/images/ directly
|
|
public/images/pics/
|
|
*.heic
|