From b8f84da821f15b1ffc59e7346ac9c41f12fe315d Mon Sep 17 00:00:00 2001 From: shrimbly Date: Sun, 28 Dec 2025 10:06:32 +1300 Subject: [PATCH] Remove .claude directory from git tracking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/settings.local.json | 26 -------------------------- .gitignore | 2 +- 2 files changed, 1 insertion(+), 27 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 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