Track .claude/rules agent instructions (fix gitignore)
Allow version-controlled agent rule files under .claude/rules/ while keeping machine-local Claude Code state ignored. Aligns with state-hub gitignore pattern.
This commit is contained in:
parent
881e7dfde3
commit
b036df7cd8
10 changed files with 303 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,5 +1,7 @@
|
|||
# Claude Code local state
|
||||
.claude/
|
||||
# Claude Code local state (track shared rules; ignore machine-specific files)
|
||||
.claude/*
|
||||
!.claude/rules/
|
||||
!.claude/rules/*.md
|
||||
|
||||
# Ralph workplan plugin (local tooling, not project source)
|
||||
ralph-workplan/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue