feat: add local settings for Bash permissions

This commit is contained in:
Hakan 2026-04-30 10:01:17 +03:00
commit 678909bdf7

View file

@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(cargo check *)",
"Bash(git add *)",
"Bash(git commit -m ' *)",
"Bash(git config *)"
]
}
}