From 9c19d0f7d136adf568179fae6c5eddb11dd2206c Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Wed, 13 May 2026 20:31:45 -0700 Subject: [PATCH] chore: untrack .claude/settings.local.json (machine-specific) --- .claude/settings.local.json | 57 ------------------------------------- .gitignore | 2 ++ 2 files changed, 2 insertions(+), 57 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 0aa1991..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/claude-code-settings.json", - "permissions": { - "allow": [ - "Bash(npm *)", - "Bash(npm:*)", - "Bash(npx *)", - "Bash(node *)", - "Bash(tsx *)", - "Bash(esbuild *)", - "Bash(vitest *)", - "Bash(tsc *)", - "Bash(. ~/.nvm/nvm.sh*)", - "Bash(source ~/.nvm/nvm.sh*)", - "Bash(git *)", - "Bash(tea *)", - "Bash(tea:*)", - "Bash(gh *)", - "Bash(claude *)", - "Bash(curl *)", - "Bash(xargs -r kill)" - ], - "deny": [ - "Bash(npm publish*)", - "Bash(sudo *)" - ], - "defaultMode": "acceptEdits" - }, - "sandbox": { - "enabled": true, - "autoAllowBashIfSandboxed": true, - "network": { - "allowedDomains": [ - "registry.npmjs.org", - "*.npmjs.org", - "nodejs.org", - "*.nodejs.org", - "raw.githubusercontent.com", - "objects.githubusercontent.com", - "codeload.github.com", - "github.com", - "api.github.com", - "*.bchen.dev" - ], - "allowLocalBinding": true - }, - "filesystem": { - "allowWrite": [ - "/home/brendan/sqlite-migrate", - "/home/brendan/sqlite-migrate/.git", - "/home/brendan/.npm", - "/home/brendan/.config/tea" - ], - "denyWrite": [] - } - } -} diff --git a/.gitignore b/.gitignore index 22153b5..bf32252 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,5 @@ dist # package: ship pre-compiled dist/ !/dist/ + +.claude/settings.local.json -- 2.49.1