15 lines
271 B
JSON
15 lines
271 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(tree:*)",
|
|
"Bash(pnpm add:*)",
|
|
"Bash(mvn exec:java:*)",
|
|
"Bash(mvn compile exec:java:*)",
|
|
"Bash(git rm:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git config:*)"
|
|
]
|
|
}
|
|
}
|