mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-03 02:11:07 +05:30
25 lines
590 B
JSON
25 lines
590 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git checkout:*)",
|
|
"Bash(npm install)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(rmdir:*)",
|
|
"Bash(powershell:*)",
|
|
"Bash(npx electron-builder:*)",
|
|
"Bash(dir dist)",
|
|
"Bash(git tag:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(gh release create:*)",
|
|
"Bash(gh auth:*)",
|
|
"Bash(gh release delete:*)",
|
|
"Bash(gh release list:*)",
|
|
"Bash(gh release upload:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npm uninstall:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |