Files
integration/.claude/settings.local.json

17 lines
302 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:dev.epicgames.com)",
"WebSearch",
"WebFetch(domain:github.com)",
"Bash(chmod:*)"
],
"deny": [
"Bash(git commit *)",
"Bash(git push *)",
"Bash(rm -rf *)"
],
"defaultMode": "acceptEdits"
}
}