Skip to content

Commit 518cfc3

Browse files
chore: expand .gitignore for agent-generated docs
These files are kept locally but not published to GitHub. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5e5732f commit 518cfc3

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

.gitignore

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,27 @@ site/
475475
*.db-shm
476476
*.db-journal
477477

478-
# Personal work-in-progress plans
478+
# Agent-generated docs (kept locally, not published)
479+
docs/analysis/
480+
docs/architecture/
481+
docs/brainstorms/
482+
docs/handoff/
483+
docs/mentoring/
479484
docs/plans/
485+
docs/research/
486+
docs/reviews/
487+
docs/solutions/
488+
docs/specs/
489+
docs/brainstorm-*.md
490+
docs/plan-*.md
491+
docs/system-overview.md
492+
docs/TESTING.md
493+
docs/ci-cd-pipeline.md
494+
495+
# Agent workflow artefacts
496+
code-review-plan-items.md
497+
TODO.md
498+
CHANGELOG.md
480499

481500
# Artefacts (served from artefact-store, not committed to source repo)
482501
docs/artefacts/

0 commit comments

Comments
 (0)