1
0

settings.local.json 330 B

1234567891011121314151617
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(git add:*)",
  5. "Bash(git commit:*)",
  6. "Bash(git push:*)",
  7. "Bash(git status:*)",
  8. "Bash(git reset:*)",
  9. "Bash(git checkout:*)",
  10. "Bash(git diff:*)",
  11. "Bash(git log:*)",
  12. "Bash(python:*)",
  13. "Bash(dir:*)",
  14. "Bash(mkdir:*)"
  15. ]
  16. }
  17. }