15 lines
320 B
JSON
15 lines
320 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 *)",
|
|
"Bash(git push *)"
|
|
]
|
|
}
|
|
}
|