From e0cf04551880fba4ad9f6af2e7490fd282025885 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Wed, 25 Feb 2026 18:23:39 +0200 Subject: [PATCH] chore: remove .claude/settings.local.json Co-Authored-By: Claude Opus 4.6 --- .claude/settings.local.json | 18 ------------------ 1 file changed, 18 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 c69f77d..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(grep:*)", - "Bash(npm run build:*)", - "Bash(npm test:*)", - "Bash(git checkout:*)", - "Bash(npm install:*)", - "Bash(npx vitest run:*)", - "Bash(npx tsx:*)", - "Bash(node:*)", - "Bash(npm pack:*)", - "Bash(git status:*)", - "Bash(git add:*)", - "Bash(git commit:*)" - ] - } -}