This commit is contained in:
Kar
2025-06-05 14:31:34 +05:30
commit 9989eeb879
16 changed files with 1015 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(ls:*)",
"Bash(unzip:*)",
"Bash(mv:*)",
"Bash(docker-compose up:*)"
],
"deny": []
}
}