settings.local.json 151 B

12345678910
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(git checkout *)",
  5. "Bash(python *)",
  6. "Bash(node *)",
  7. "Bash(xargs grep *)"
  8. ]
  9. }
  10. }