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": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(cat:*)"
"Bash(cat:*)",
"Bash(curl:*)",
"Bash(php -l:*)"
],
"deny": [],
"ask": []

8
.gitignore vendored
View file

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

View file