settings.json 320 B

1234567891011121314151617
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(wp:*)",
  5. "Bash(gulp:*)",
  6. "Bash(npm run:*)",
  7. "Bash(npx gulp:*)",
  8. "Bash(composer:*)",
  9. "Bash(git status)",
  10. "Bash(git diff:*)",
  11. "Bash(git log:*)",
  12. "Bash(git add:*)",
  13. "Bash(git commit:*)",
  14. "Bash(php -l:*)"
  15. ]
  16. }
  17. }