Skip to content

Commit 5d8ea9f

Browse files
committed
Update .gitignore to include Claude plugin cache and settings file
- Added .claude/settings.local.json to the ignore list to prevent local configuration files from being tracked. - Ensured .claude-plugin/.cache is excluded to maintain a clean repository.
1 parent 956b366 commit 5d8ea9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,5 @@ CLAUDE.md
161161
AGENTS.md
162162

163163
# Claude Code Plugin
164-
.claude-plugin/.cache
164+
.claude-plugin/.cache
165+
.claude/settings.local.json

0 commit comments

Comments
 (0)