From c70111562056b45370494a7cc76cb3e8040c0f2d Mon Sep 17 00:00:00 2001 From: ProtoTess <32490978+0x524a@users.noreply.github.com> Date: Fri, 16 Jan 2026 05:22:16 +0000 Subject: [PATCH] cleanup --- .claude/settings.local.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 504e29a..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(wc:*)", - "Bash(grep:*)", - "Bash(ls:*)", - "Bash(find:*)", - "Bash(go build:*)", - "Bash(go test:*)", - "Bash(GOPROXY=direct go build:*)", - "Bash(GOPROXY=https://proxy.golang.org,direct go mod download:*)", - "Bash(go mod download:*)", - "Bash(./bin/onvif-cli discover:*)", - "Bash(./bin/onvif-cli:*)", - "Bash(./bin/onvif-diagnostics:*)", - "Bash(./bin/discover:*)", - "Bash(tee:*)", - "Bash(nc:*)", - "Bash(tree:*)", - "Bash(du -sh:*)", - "Bash(xargs:*)", - "Bash(gofmt:*)", - "Bash(make lint:*)", - "Bash(go install:*)", - "Bash(go vet:*)", - "Bash(~/go/bin/govulncheck ./...)", - "Bash(go version:*)", - "Bash(~/go/bin/staticcheck:*)", - "Bash(make build:*)", - "Bash(make clean:*)", - "Bash(git check-ignore:*)" - ] - } -}