chore: ignore .Plans/ for per-developer plan files (#5)
Plan files written by Claude Code/agents during planning sessions live in `.Plans/<descriptive-name>.md` at the repo root. They are local scratch — never shared, never committed. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
86a5397517
commit
743af199da
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -51,6 +51,9 @@ next-env.d.ts
|
|||
# Claude Code local settings
|
||||
.claude/settings.local.json
|
||||
|
||||
# Local plan/scratch files (per-developer, not shared)
|
||||
.Plans/
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue