git-subtree-dir: estore git-subtree-mainline: 746868d720b9be1003a2f783b7a12d526d8eea60 git-subtree-split: e34dfc397c94025670baa2b73b482c01f3033a6a
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
|