From 654b90973ce10ced99a6a2e919e87b78c76de6ab Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Apr 2026 09:07:42 +0400 Subject: [PATCH] Remove local settings --- .claude/settings.local.json | 23 ----------------------- 1 file changed, 23 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 4494ff72..00000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(grep -rn \"testnat\" /home/arnaud/Work/logos/logos-storage-nim/*.nims)", - "Bash(grep:*)", - "Bash(find:*)", - "Bash(curl -s http://127.0.0.1:8080/api/storage/v1/debug/info)", - "Bash(ls /home/arnaud/Work/logos/logos-storage-nim/tests/*.cfg /home/arnaud/Work/logos/logos-storage-nim/tests/*.nim)", - "Bash(nph --version)", - "Bash(make print-nph-path:*)", - "Bash(vendor/nimbus-build-system/vendor/Nim/bin/nph:*)", - "Bash(nimble build:*)", - "Bash(nim --version)", - "Bash(nimble --version)", - "Bash(/home/arnaud/.nimble/bin/nim --version)", - "Bash(make -n build-nph)", - "Bash(make build-nph:*)", - "Bash(/home/arnaud/.nimble/bin/nim c:*)", - "Bash(NIMFLAGS=\"--skipParentCfg\" nimble build)", - "Bash(NIMFLAGS=\"--skipParentCfg\" nimble build --verbose)" - ] - } -}