gitignore claude local settings
This commit is contained in:
@@ -1,30 +0,0 @@
|
|||||||
{
|
|
||||||
"permissions": {
|
|
||||||
"allow": [
|
|
||||||
"WebSearch",
|
|
||||||
"WebFetch(domain:docs.docker.com)",
|
|
||||||
"WebFetch(domain:hub.docker.com)",
|
|
||||||
"WebFetch(domain:caddyserver.com)",
|
|
||||||
"WebFetch(domain:docs.nextcloud.com)",
|
|
||||||
"Bash(git log:*)",
|
|
||||||
"Bash(git diff:*)",
|
|
||||||
"Bash(git status:*)"
|
|
||||||
],
|
|
||||||
"deny": [
|
|
||||||
"Bash(ssh:*)",
|
|
||||||
"Bash(rm -rf:*)",
|
|
||||||
"Bash(docker system prune:*)",
|
|
||||||
"Bash(docker volume rm:*)",
|
|
||||||
"Bash(docker compose down:*)",
|
|
||||||
"Bash(docker stop:*)",
|
|
||||||
"Bash(docker rm:*)",
|
|
||||||
"Bash(scp:*)",
|
|
||||||
"Bash(rsync:*)",
|
|
||||||
"Bash(curl -X POST:*)",
|
|
||||||
"Bash(curl -X DELETE:*)",
|
|
||||||
"Bash(git push:*)",
|
|
||||||
"Bash(git reset --hard:*)",
|
|
||||||
"Bash(git clean:*)"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
.env
|
.env
|
||||||
.idea/
|
.idea/
|
||||||
*.iml
|
*.iml
|
||||||
|
.claude/settings.local.json
|
||||||
|
|||||||
Reference in New Issue
Block a user