diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 60ba467f..00000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(npx create-next-app@latest . --typescript --tailwind --eslint --app --src-dir --import-alias \"@/*\" --use-npm)", - "Bash(npx create-next-app@latest . --typescript --tailwind --eslint --app --src-dir --import-alias \"@/*\" --use-npm --yes)", - "Bash(npm run build:*)", - "mcp__context7__resolve-library-id", - "mcp__context7__get-library-docs", - "Bash(tree:*)", - "Bash(npx tsc:*)", - "Bash(cat:*)", - "Bash(find:*)", - "Bash(xargs cat:*)", - "WebSearch", - "WebFetch(domain:ai.google.dev)", - "Bash(grep:*)", - "WebFetch(domain:www.cursor-ide.com)", - "Bash(git log:*)", - "WebFetch(domain:github.com)", - "WebFetch(domain:transang.me)", - "WebFetch(domain:javascriptio.com)" - ], - "deny": [], - "ask": [] - } -} diff --git a/.gitignore b/.gitignore index 0a125631..0858b48e 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,4 @@ renders/ logs/*.json # .claude -.claude/settings.local.json \ No newline at end of file +.claude/ \ No newline at end of file