Files
jaryo/.claude/settings.local.json

18 lines
386 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(git push:*)",
"Bash(git remote remove:*)",
"Bash(git remote add:*)",
"Bash(git remote set-url:*)",
"WebFetch(domain:ngrok.com)",
"Bash(python:*)",
"WebFetch(domain:developers.cloudflare.com)",
"Bash(git add:*)",
"Bash(mkdir:*)",
"Bash(cp:*)"
],
"deny": [],
"ask": []
}
}