2025-11-07 18:04:12 +02:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(git add:*)",
|
2025-11-07 18:05:07 +02:00
|
|
|
"Bash(git commit:*)",
|
2025-11-07 18:07:51 +02:00
|
|
|
"Bash(cargo new:*)",
|
|
|
|
|
"Bash(cargo check:*)"
|
2025-11-07 18:04:12 +02:00
|
|
|
],
|
|
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
|
|
|
|
}
|