chore(gitignore): ignore reports/ and spec-* scratch
reports/ is used by /autopilot for daily reports and per-worker decision logs (scratch). spec-decisions-*.md and spec-plan-*.md are produced by /plan-overnight and committed only when promoted to docs/archive/. Prevents `git add -A` in workers from sweeping these into PRs.
This commit is contained in:
parent
5836760f3c
commit
bde47dabed
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -58,3 +58,10 @@ src-tauri/gen/
|
||||||
.claude/scheduled_tasks.lock
|
.claude/scheduled_tasks.lock
|
||||||
.claude/worktrees/
|
.claude/worktrees/
|
||||||
decisions-log.md
|
decisions-log.md
|
||||||
|
|
||||||
|
# Autopilot scratch + daily reports
|
||||||
|
reports/
|
||||||
|
|
||||||
|
# Spec scratch (committed only when promoted to docs/archive/)
|
||||||
|
spec-decisions-*.md
|
||||||
|
spec-plan-*.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue