untrack claude config

This commit is contained in:
isUnknown 2026-01-08 15:37:34 +01:00
parent 32b20a9305
commit 02e4cc71a6
3 changed files with 10 additions and 2 deletions

View file

@ -3,7 +3,9 @@
"allow": [ "allow": [
"Bash(git add:*)", "Bash(git add:*)",
"Bash(git commit:*)", "Bash(git commit:*)",
"Bash(cat:*)" "Bash(cat:*)",
"Bash(curl:*)",
"Bash(php -l:*)"
], ],
"deny": [], "deny": [],
"ask": [] "ask": []

6
.gitignore vendored
View file

@ -60,5 +60,11 @@ Icon
/vendor/* /vendor/*
# Local # Local
# ---------------
local/ local/
/local/* /local/*
# Claude config
# ---------------
.claude/
/.claude/*

View file