Update local settings

This commit is contained in:
Derek Slenk 2025-07-15 23:57:03 -04:00
parent 0e26e3945b
commit eae994b32e

View file

@ -2,7 +2,11 @@
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(find:*)", "Bash(find:*)",
"Bash(ls:*)" "Bash(ls:*)",
"Bash(git pull:*)",
"Bash(git remote set-url:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
], ],
"deny": [] "deny": []
} }