chore(git): stop tracking .claude/settings.local.json

File was already in .gitignore but still being tracked.
Removed from index to respect gitignore entry.
This commit is contained in:
Test User 2026-01-21 21:54:12 -07:00
parent d63f300c09
commit f6791e431c

View file

@ -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": []
}
}