From f73aff8ce4b98cea0d8e3e0a86863549e3862421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 19 Feb 2026 16:38:23 +0100 Subject: [PATCH] fix: remove claude --- .claude/settings.local.json | 22 ---------------------- 1 file changed, 22 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 983a1d8..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(chmod:*)", - "Bash(npx tailwindcss:*)", - "Bash(pnpm add:*)", - "Bash(pnpm exec tailwindcss:*)", - "Bash(pnpm css:*)", - "Bash(hugo:*)", - "WebFetch(domain:pivoine.art)", - "Bash(curl:*)", - "WebFetch(domain:github.com)", - "WebSearch", - "WebFetch(domain:htmx.org)", - "Bash(cat:*)", - "Bash(git remote:*)", - "Bash(ls:*)" - ], - "deny": [], - "ask": [] - } -}