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