mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 10:00:17 +05:30
24 lines
562 B
JSON
24 lines
562 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:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |