mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-04-29 22:37:49 +02:00
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:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
[env]
|
||||
AIS_API_KEY="***REMOVED***"
|
||||
OPENSKY_CLIENT_ID="***REMOVED***"
|
||||
OPENSKY_CLIENT_SECRET="***REMOVED***"
|
||||
BACKEND_URL="http://localhost:8000"
|
||||
Reference in New Issue
Block a user