From d1ee532a2ba7bd2372e0919dbcaf36796834d74d Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 13 Feb 2026 15:45:41 +0100 Subject: [PATCH] chore: ignore .claude settings --- .claude/settings.local.json | 27 --------------------------- .gitignore | 6 +++++- 2 files changed, 5 insertions(+), 28 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 68f9909..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(php -v:*)", - "Bash(brew list:*)", - "Bash(brew install:*)", - "Bash(brew --version:*)", - "Bash(git fetch:*)", - "Bash(git reset:*)", - "Bash(brew update:*)", - "Bash(brew tap:*)", - "Bash(brew unlink:*)", - "Bash(brew link:*)", - "Bash(/opt/homebrew/bin/brew install:*)", - "Bash(/opt/homebrew/bin/brew unlink:*)", - "Bash(/opt/homebrew/bin/brew link:*)", - "Bash(hash:*)", - "Bash(source:*)", - "Bash(/usr/local/bin/brew list:*)", - "Bash(/opt/homebrew/bin/brew list:*)", - "Bash(sudo rm:*)", - "WebSearch", - "WebFetch(domain:getkirby.com)", - "Bash(echo:*)" - ] - } -} diff --git a/.gitignore b/.gitignore index 7d12f37..0612682 100644 --- a/.gitignore +++ b/.gitignore @@ -57,4 +57,8 @@ vendor # Content # --------------- content -/concent/* \ No newline at end of file +/concent/* + +# Development tools +# --------------- +.claude \ No newline at end of file