Files
integration/.claude/settings.local.json

24 lines
647 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:dev.epicgames.com)",
"WebFetch(domain:github.com)",
"Bash(grep:*)",
"WebSearch",
"Bash(clangd:*)",
"Bash(clangd-16:*)",
"Bash(ssh jyelon-office \"clangd --version 2>/dev/null || clangd-16 --version 2>/dev/null || clangd-18 --version 2>/dev/null || ls /usr/bin/clangd*\")",
"Bash(git check-ignore:*)",
"Bash(ls:*)",
"WebFetch(domain:ikrima.dev)",
"WebFetch(domain:indxzero.github.io)"
],
"deny": [
"Bash(git commit *)",
"Bash(git push *)",
"Bash(rm -rf *)"
],
"defaultMode": "acceptEdits"
}
}