fix: add skeleton settings.local.json (was globally gitignored)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
219ccf23d0
commit
f6a2b61b16
@ -0,0 +1,14 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(go:*)",
|
||||
"Bash(npm:*)",
|
||||
"Bash(make:*)",
|
||||
"Bash(docker:*)",
|
||||
"Bash(kubectl:*)",
|
||||
"Read",
|
||||
"Write",
|
||||
"Edit"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user