Update settings.local.json permissions

This commit is contained in:
Derek Slenk 2025-07-16 11:30:46 -04:00
parent 21d7d19c83
commit 94c13926b5

View file

@ -9,7 +9,10 @@
"Bash(git commit:*)",
"Bash(mv:*)",
"Bash(git checkout:*)",
"Bash(git push:*)"
"Bash(git push:*)",
"Bash(git commit:*)",
"Bash(git pull:*)",
"Bash(git add:*)"
],
"deny": []
}