Files
OmniSocketGo/.claude/settings.local.json

15 lines
316 B
JSON

{
"permissions": {
"allow": [
"Bash(go vet:*)",
"Bash(go build:*)",
"Bash(go test:*)",
"Bash(xargs grep:*)",
"Bash(find /c/Users/64187/Desktop/Workspace/OmniSocketGo -type f -name *.go)",
"Bash(git status:*)",
"Bash(git fetch:*)",
"Bash(git pull:*)"
]
}
}