From 02e4cc71a6077f9b7e6de6717b86cf362f68ded4 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Thu, 8 Jan 2026 15:37:34 +0100 Subject: [PATCH] untrack claude config --- .claude/settings.local.json | 4 +++- .gitignore | 8 +++++++- site/cache/index.html | 0 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 site/cache/index.html diff --git a/.claude/settings.local.json b/.claude/settings.local.json index a48b55d..038bcf9 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -3,7 +3,9 @@ "allow": [ "Bash(git add:*)", "Bash(git commit:*)", - "Bash(cat:*)" + "Bash(cat:*)", + "Bash(curl:*)", + "Bash(php -l:*)" ], "deny": [], "ask": [] diff --git a/.gitignore b/.gitignore index 42cbd09..ff728b3 100644 --- a/.gitignore +++ b/.gitignore @@ -60,5 +60,11 @@ Icon /vendor/* # Local +# --------------- local/ -/local/* \ No newline at end of file +/local/* + +# Claude config +# --------------- +.claude/ +/.claude/* \ No newline at end of file diff --git a/site/cache/index.html b/site/cache/index.html deleted file mode 100644 index e69de29..0000000