Files
OmniSocketGo/.claude/settings.local.json
2026-03-30 13:52:56 +08:00

16 lines
336 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:*)",
"Bash(wc:*)"
]
}
}