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