Files
linux-image-manager/.claude/settings.json
2026-07-07 09:21:59 +02:00

21 lines
421 B
JSON

{
"permissions": {
"defaultMode": "dontAsk",
"deny": [
"Bash(git push)",
"Bash(git push:*)",
"Bash(git commit)",
"Bash(git commit:*)",
"Bash(git -C * push)",
"Bash(git -C * push:*)",
"Bash(git -C * commit)",
"Bash(git -C * commit:*)"
]
},
"sandbox": {
"enabled": true,
"autoAllowBashIfSandboxed": true,
"allowUnsandboxedCommands": false
}
}