From 26a72f4f950d22652be5ff25ad070479f945a420 Mon Sep 17 00:00:00 2001 From: David Parry Date: Thu, 12 Mar 2026 12:11:09 +1100 Subject: [PATCH] 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 Former-commit-id: dcfdd7bb329ef7e63ee5755ccbe403bf951903f6 --- .claude/settings.local.json | 16 ---------------- .mise.local.toml | 5 ----- 2 files changed, 21 deletions(-) delete mode 100644 .claude/settings.local.json delete mode 100644 .mise.local.toml diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 7ef2ea1..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -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" - ] - } -} diff --git a/.mise.local.toml b/.mise.local.toml deleted file mode 100644 index 1eeeb78..0000000 --- a/.mise.local.toml +++ /dev/null @@ -1,5 +0,0 @@ -[env] -AIS_API_KEY="***REMOVED***" -OPENSKY_CLIENT_ID="***REMOVED***" -OPENSKY_CLIENT_SECRET="***REMOVED***" -BACKEND_URL="http://localhost:8000" \ No newline at end of file