fix: ignore entire .claude/ directory, not just settings

The .claude/skills/ directories are created by Claude Code when agents
add skills (ghi-list, pr-list, handoff). These should not be tracked.

Fixes: gt-q0jy15.2
This commit is contained in:
tom
2026-01-17 00:36:38 -08:00
committed by gastown/crew/dennis
parent 6aa8ebd26f
commit ba77a1095f
2 changed files with 4007 additions and 58 deletions

4
.gitignore vendored
View File

@@ -24,8 +24,8 @@ pkg/
*.swo
*~
# Claude Code
.claude/settings.local.json
# Claude Code local state (skills, settings, etc.)
.claude/
# OS
.DS_Store