settings.local.json aus Tracking entfernt, gitignore ergaenzt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fe6e70f9ab
commit
132ac255a3
2 changed files with 1 additions and 36 deletions
|
|
@ -1,36 +0,0 @@
|
||||||
{
|
|
||||||
"permissions": {
|
|
||||||
"allow": [
|
|
||||||
"Bash(git:*)",
|
|
||||||
"Bash(do echo:*)",
|
|
||||||
"Bash(python3:*)",
|
|
||||||
"Bash(openssl passwd:*)",
|
|
||||||
"Bash(brew list:*)",
|
|
||||||
"Bash(brew search:*)",
|
|
||||||
"Bash(brew install:*)",
|
|
||||||
"Bash(chmod +x:*)",
|
|
||||||
"Bash(./build-iso.sh:*)",
|
|
||||||
"Bash(hdiutil attach:*)",
|
|
||||||
"Bash(curl:*)",
|
|
||||||
"Bash(xorriso:*)",
|
|
||||||
"WebFetch(domain:git.motocamp.de)",
|
|
||||||
"Bash(bash:*)",
|
|
||||||
"Bash(diskutil list:*)",
|
|
||||||
"Bash(diskutil unmountDisk:*)",
|
|
||||||
"Bash(sudo dd:*)",
|
|
||||||
"Bash(gh api:*)",
|
|
||||||
"WebFetch(domain:github.com)",
|
|
||||||
"WebFetch(domain:api.github.com)",
|
|
||||||
"WebFetch(domain:brave.com)",
|
|
||||||
"Bash(echo:*)",
|
|
||||||
"Bash(ls:*)",
|
|
||||||
"Bash(cp:*)",
|
|
||||||
"WebSearch",
|
|
||||||
"WebFetch(domain:discourse.ubuntu.com)",
|
|
||||||
"WebFetch(domain:canonical-subiquity.readthedocs-hosted.com)",
|
|
||||||
"Bash(ssh:*)",
|
|
||||||
"Bash(ping -c 2 -W 2 10.47.11.71)",
|
|
||||||
"Bash(ifconfig utun0:*)"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
*.iso
|
*.iso
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.claude/settings.local.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue