.gitignore
Ref: Size: 904 B History
/eitri-server /eitri-agent *.db *.db-wal *.db-shm node_modules/ web/.svelte-kit/ web/build/ # Built SPA copied into the embed dir; only .gitkeep is tracked. /internal/server/web/dist/* !/internal/server/web/dist/.gitkeep # Claude Code worktrees/session dirs .claude/ /bin/ .worktrees/ # Site-specific deploy config (may hold secrets); see scripts/deploy.env.example deploy.env # Integration coverage collected by the deploy boot-gate (cmd/eitri-smoke). /coverage/ # Stray `go build ./cmd/eitri-smoke` output at the repo root (use bin/). /eitri-smoke # Local dev-process working docs — kept OUT of the repo by convention. /docs/superpowers/ /scratchpad/ /dist/ site/dist/ # Transient probe dir scripts/ship.sh builds to ask internal/server/release # whether a tag is parsable (removed on exit; ignored so a crash can't leave # the tree dirty for the next run's clean-tree check). /.shipcheck.*/