untrack claude config
This commit is contained in:
parent
32b20a9305
commit
02e4cc71a6
3 changed files with 10 additions and 2 deletions
|
|
@ -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
8
.gitignore
vendored
|
|
@ -60,5 +60,11 @@ Icon
|
|||
/vendor/*
|
||||
|
||||
# Local
|
||||
# ---------------
|
||||
local/
|
||||
/local/*
|
||||
/local/*
|
||||
|
||||
# Claude config
|
||||
# ---------------
|
||||
.claude/
|
||||
/.claude/*
|
||||
0
site/cache/index.html
vendored
0
site/cache/index.html
vendored
Loading…
Add table
Add a link
Reference in a new issue