chore: ignore .claude settings
This commit is contained in:
parent
7d7df341d1
commit
d1ee532a2b
2 changed files with 5 additions and 28 deletions
|
|
@ -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:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -57,4 +57,8 @@ vendor
|
|||
# Content
|
||||
# ---------------
|
||||
content
|
||||
/concent/*
|
||||
/concent/*
|
||||
|
||||
# Development tools
|
||||
# ---------------
|
||||
.claude
|
||||
Loading…
Add table
Add a link
Reference in a new issue