← back to AbramsEgo

.gitignore

28 lines

node_modules/
.env
.env.*
# the example env is documentation, not a secret — keep it tracked
!.env.example
tmp/
*.log
.DS_Store
dist/
build/
.next/
data/data.json
data/kamatera-fleet.json

# ephemeral singleton lock (never commit)
build-queue/.loop.lock/
data/waitlist.jsonl
data/revenue-ledger.jsonl
data/activity.json
# Spend → Reviews runtime data (TK-11433) — never commit real spend/receipt data
data/spend-items.jsonl
data/merchant-place-cache.jsonl
data/spend-review-actions.jsonl
data/csv-drop/*
!data/csv-drop/.gitkeep
build-queue/STOP
maxit-tasks/