Skip to content

Commit caacd32

Browse files
committed
chore: prune local claude settings
1 parent 42296ce commit caacd32

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
"Bash(uv pip:*)",
5454
"Bash(git log:*)",
5555
"Bash(git diff:*)",
56-
"Bash(git stash:*)"
56+
"Bash(git stash:*)",
57+
"Bash(find /home/david/dev/spec-driver -maxdepth 3 -type f \\\\\\(-name *.rb -o -name *homebrew* -o -name *brew* \\\\\\) ! -path ./.uv-cache/*)",
58+
"Bash(curl -s \"https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/h/home-assistant.rb\")",
59+
"Bash(curl -s \"https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/p/posting.rb\")"
5760
],
5861
"deny": [],
5962
"ask": []

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ __pycache__/
88
/.uv-cache
99
# C extensions
1010
*.so
11+
.claude/settings.local.json
1112

1213
# Distribution / packaging
1314
.Python

0 commit comments

Comments
 (0)