16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cat:*)",
|
|
"Bash(awk:*)",
|
|
"Bash(useCollection.tmp)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|