From 6a94e10e30362e9112184e8854872c6bbfd26b4f Mon Sep 17 00:00:00 2001 From: James Brunton Date: Wed, 17 Sep 2025 11:43:06 +0100 Subject: [PATCH] Delete Claude local settings (#4455) # Description of Changes Delete Claude local settings, which shouldn't really be in the repo. Note that this is already in the `.gitignore` file, so there's no need to change that as well. --- .claude/settings.local.json | 22 ---------------------- 1 file changed, 22 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 877d932ef..000000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(chmod:*)", - "Bash(mkdir:*)", - "Bash(./gradlew:*)", - "Bash(grep:*)", - "Bash(cat:*)", - "Bash(find:*)", - "Bash(npm test)", - "Bash(npm test:*)", - "Bash(ls:*)", - "Bash(npx tsc:*)", - "Bash(node:*)", - "Bash(npm run dev:*)", - "Bash(sed:*)", - "Bash(npm run typecheck:*)" - ], - "deny": [], - "defaultMode": "acceptEdits" - } -} \ No newline at end of file