Files
integration/.claude/settings.local.json

16 lines
282 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"WebFetch(domain:dev.epicgames.com)",
"WebFetch(domain:github.com)",
2026-02-17 11:51:58 -05:00
"Bash(grep:*)"
],
"deny": [
"Bash(git commit *)",
"Bash(git push *)",
"Bash(rm -rf *)"
],
"defaultMode": "acceptEdits"
}
}