From 0a305a47b93aabcb8a1e059e48c768addcbfc8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Gra=CC=88fenstein?= Date: Sun, 22 Mar 2026 17:21:13 +0100 Subject: [PATCH] gitignore claude local settings --- .claude/settings.local.json | 30 ------------------------------ .gitignore | 1 + 2 files changed, 1 insertion(+), 30 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 700cf8a..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "permissions": { - "allow": [ - "WebSearch", - "WebFetch(domain:docs.docker.com)", - "WebFetch(domain:hub.docker.com)", - "WebFetch(domain:caddyserver.com)", - "WebFetch(domain:docs.nextcloud.com)", - "Bash(git log:*)", - "Bash(git diff:*)", - "Bash(git status:*)" - ], - "deny": [ - "Bash(ssh:*)", - "Bash(rm -rf:*)", - "Bash(docker system prune:*)", - "Bash(docker volume rm:*)", - "Bash(docker compose down:*)", - "Bash(docker stop:*)", - "Bash(docker rm:*)", - "Bash(scp:*)", - "Bash(rsync:*)", - "Bash(curl -X POST:*)", - "Bash(curl -X DELETE:*)", - "Bash(git push:*)", - "Bash(git reset --hard:*)", - "Bash(git clean:*)" - ] - } -} diff --git a/.gitignore b/.gitignore index 34b3666..cf4dc1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .env .idea/ *.iml +.claude/settings.local.json