Files
gomail/.claude/settings.local.json
T
2026-08-10 21:15:19 +01:00

17 lines
366 B
JSON

{
"permissions": {
"allow": [
"Bash(go version *)",
"Bash(command -v staticcheck)",
"Bash(go build *)",
"Bash(go vet *)",
"Bash(go test *)",
"Bash(timeout 5 bash -c \"echo > /dev/udp/1.1.1.1/53\")",
"Bash(go run *)",
"Bash(graphify update *)",
"Bash(graphify query *)",
"Bash(python3 -)"
]
}
}