chore: untrack local config files (.claude, .mise.local.toml)

These are already covered by the .gitignore added in this branch.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Former-commit-id: dcfdd7bb329ef7e63ee5755ccbe403bf951903f6
This commit is contained in:
David Parry
2026-03-12 12:11:09 +11:00
parent 3eff24c6ed
commit 26a72f4f95
2 changed files with 0 additions and 21 deletions
-16
View File
@@ -1,16 +0,0 @@
{
"permissions": {
"allow": [
"Bash(git checkout:*)",
"Bash(git add:*)",
"WebFetch(domain:localhost)",
"Bash(curl -s http://localhost:8000/api/settings/api-keys | head -50)",
"Bash(docker ps:*)",
"Bash(docker compose:*)",
"Bash(sleep 3 && curl -s http://localhost:3000/api/settings/api-keys | head -c 200)",
"Bash(sleep 4 && curl -s http://localhost:3000/api/settings/api-keys | head -c 200)",
"Bash(git commit:*)",
"WebSearch"
]
}
}
-5
View File
@@ -1,5 +0,0 @@
[env]
AIS_API_KEY="***REMOVED***"
OPENSKY_CLIENT_ID="***REMOVED***"
OPENSKY_CLIENT_SECRET="***REMOVED***"
BACKEND_URL="http://localhost:8000"