From cb458af3717ff04c28b073e94d4669998658b2ec Mon Sep 17 00:00:00 2001 From: "dayuan.jiang" Date: Thu, 13 Nov 2025 23:29:57 +0900 Subject: [PATCH] chore: remove .claude/settings.local.json from git tracking --- .claude/settings.local.json | 16 ---------------- .gitignore | 1 - 2 files changed, 17 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 2ecf826..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(npm update:*)", - "WebFetch(domain:ai-sdk.dev)", - "mcp__ide__getDiagnostics", - "Bash(npx tsc:*)", - "WebFetch(domain:sdk.vercel.ai)", - "Bash(npm run build:*)", - "Bash(npm outdated:*)", - "Bash(./push-via-ec2.sh)" - ], - "deny": [], - "ask": [] - } -} diff --git a/.gitignore b/.gitignore index efc3635..af5de8c 100644 --- a/.gitignore +++ b/.gitignore @@ -40,5 +40,4 @@ yarn-error.log* *.tsbuildinfo next-env.d.ts push-via-ec2.sh -ec2-push-script.sh .claude/settings.local.json