settings.local.json 131 B

12345678910
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(git add:*)",
  5. "Bash(git commit:*)"
  6. ],
  7. "deny": [],
  8. "ask": []
  9. }
  10. }