From f6791e431c40a143216d2bf7c8b9b6a93420f089 Mon Sep 17 00:00:00 2001 From: Test User Date: Wed, 21 Jan 2026 21:54:12 -0700 Subject: [PATCH] chore(git): stop tracking .claude/settings.local.json File was already in .gitignore but still being tracked. Removed from index to respect gitignore entry. --- .claude/settings.local.json | 32 -------------------------------- 1 file changed, 32 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 2cef399..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(npm install:*)", - "Bash(chmod:*)", - "Bash(./node_modules/.bin/bats:*)", - "Bash(npx bats:*)", - "Bash(npm init:*)", - "Bash(grep:*)", - "Bash(git add:*)", - "Bash(git commit:*)", - "Bash(git push:*)", - "Bash(npm run test:integration:*)", - "Bash(test:*)", - "Bash(awk:*)", - "Bash(bats:*)", - "Bash(./tests/test_error_detection.sh:*)", - "Bash(./tests/test_stuck_loop_detection.sh:*)", - "Bash(git mv:*)", - "WebFetch(domain:about.codecov.io)", - "WebFetch(domain:github.com)", - "Bash(shellcheck:*)", - "Bash(timeout 30 bats:*)", - "mcp__sequential-thinking__sequentialthinking", - "Bash(git fetch:*)", - "Bash(npm run test:unit:*)", - "Bash(node_modules/.bin/bats:*)" - ], - "deny": [], - "ask": [] - } -}