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": [
|
"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
6
.gitignore
vendored
|
|
@ -60,5 +60,11 @@ Icon
|
||||||
/vendor/*
|
/vendor/*
|
||||||
|
|
||||||
# Local
|
# Local
|
||||||
|
# ---------------
|
||||||
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