From d41597ee4a6fda0b8ade4dad057ff3b6f8d00b44 Mon Sep 17 00:00:00 2001 From: Clawd Date: Mon, 16 Feb 2026 12:53:59 -0800 Subject: Remove .claude from tracking, update .gitignore --- .claude/settings.local.json | 18 ------------------ .gitignore | 3 +++ 2 files changed, 3 insertions(+), 18 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 794958b..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(go build:*)", - "Bash(find:*)", - "Bash(git add:*)", - "Bash(wc:*)", - "WebSearch", - "WebFetch(domain:www.jamesatkins.com)", - "WebFetch(domain:abhijithota.com)", - "WebFetch(domain:dujemihanovic.xyz)", - "WebFetch(domain:caddyserver.com)", - "Bash(git reset:*)", - "Bash(printf:*)", - "Bash(git commit:*)" - ] - } -} diff --git a/.gitignore b/.gitignore index 5927538..67eb35f 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ go.work *.swp *.swo *~ + +# Claude local settings +.claude/ -- cgit v1.2.3