20 lines
281 B
JSON
20 lines
281 B
JSON
{
|
|
"network": {
|
|
"allowedDomains": []
|
|
},
|
|
"filesystem": {
|
|
"allowWrite": ["."],
|
|
"denyWrite": [".git"]
|
|
},
|
|
"command": {
|
|
"deny": [
|
|
"git push",
|
|
"git reset",
|
|
"git clean",
|
|
"git checkout --",
|
|
"git rebase",
|
|
"git merge"
|
|
]
|
|
}
|
|
}
|