settings.local.json 130 B

123456789
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(git commit *)",
  5. "Bash(npm init *)",
  6. "Bash(npm install *)"
  7. ]
  8. }
  9. }