Full Next.js storefront with Square catalog integration, balloon color picker, delivery/pickup slot booking, CalDAV calendar sync, and admin panel. Admin features: item overrides, category display order/visibility, hours editor, holiday/occasion windows, quantity units, and modifier deselect. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
32 lines
466 B
Plaintext
32 lines
466 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
# Next.js build output
|
|
.next/
|
|
out/
|
|
|
|
# Runtime data (persisted config — keep data/ but ignore any secrets)
|
|
# data/ is intentionally tracked (hours.json, overrides, etc.)
|
|
|
|
# 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
|