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