Update local settings

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

View file

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