From 61e76eb6e7b636f3ec80785e9d49084a80954e50 Mon Sep 17 00:00:00 2001 From: Dobidop <67412288+Dobidop@users.noreply.github.com> Date: Sun, 22 Mar 2026 15:20:16 +0100 Subject: [PATCH] Delete .claude/settings.local.json --- .claude/settings.local.json | 19 ------------------- 1 file changed, 19 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 6a1992c3..00000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "permissions": { - "allow": [ - "WebFetch(domain:github.com)", - "Bash(xargs grep:*)", - "WebFetch(domain:raw.githubusercontent.com)", - "WebFetch(domain:api.github.com)", - "WebFetch(domain:jandjheydorn.com)", - "Bash(npx tsc:*)", - "Bash(npx vite:*)", - "Bash(node_modules/.bin/tsc --noEmit --pretty)", - "Bash(npm exec:*)", - "Bash(npm install:*)", - "mcp__puppeteer__puppeteer_navigate", - "mcp__puppeteer__puppeteer_screenshot", - "mcp__puppeteer__puppeteer_evaluate" - ] - } -}