mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 06:09:23 +00:00
20 lines
345 B
JSON
20 lines
345 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(chmod:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(./gradlew:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(find:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(strings:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(true)"
|
|
],
|
|
"deny": [],
|
|
"defaultMode": "acceptEdits"
|
|
}
|
|
}
|