chore: ignore local agent files

Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
This commit is contained in:
Christopher Phillips 2025-11-13 00:12:15 -05:00
parent b18f7bb7a8
commit cdb41b0c76
No known key found for this signature in database

View File

@ -1,16 +0,0 @@
{
"permissions": {
"allow": [
"Bash(go test:*)",
"Bash(git stash:*)",
"Bash(go doc:*)",
"Read(//Users/hal/go/pkg/mod/github.com/gpustack/gguf-parser-go@v0.22.1/**)",
"Bash(timeout 5 go test:*)",
"Bash(timeout 10 go test:*)",
"Bash(timeout:*)",
"Bash(cat:*)"
],
"deny": [],
"ask": []
}
}