14 lines
294 B
JSON
14 lines
294 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(Get-ChildItem -Path \"U:\\\\PycharmProjects\\\\Backup\" -Force)",
|
|
"Bash(Select-Object Name)",
|
|
"Bash(git init *)",
|
|
"Bash(git config *)",
|
|
"Bash(git remote *)",
|
|
"Bash(git add *)",
|
|
"Bash(git commit *)"
|
|
]
|
|
}
|
|
}
|