20 lines
311 B
JSON
20 lines
311 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read",
|
|
"Edit",
|
|
"Write",
|
|
"Glob",
|
|
"Grep",
|
|
"Bash(git status*)",
|
|
"Bash(git diff*)",
|
|
"Bash(git log*)",
|
|
"Bash(git add*)",
|
|
"Bash(git commit*)",
|
|
"Bash(git push*)",
|
|
"Bash(mkdir*)",
|
|
"Bash(ls*)"
|
|
]
|
|
}
|
|
}
|