This commit is contained in:
F4ilji
2026-04-07 17:54:26 +05:00
parent 04adba6682
commit 936b1fb5b0
468 changed files with 43498 additions and 4176 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"permissions": {
"allow": [
"Bash(mkdir *)",
"Bash(docker exec *)",
"Bash(rm *)",
"Bash(npm install)",
"Bash(npm run *)",
"Bash(sed *)",
"Bash(mv *)",
"Bash(git checkout *)",
"Bash(cp *)",
"Bash(find *)",
"Bash(grep *)",
"Bash(php *)",
"Bash(ls *)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git show *)",
"Bash(git *)",
"Bash(docker compose up *)",
"Bash(docker compose restart *)",
"Bash(docker compose ps)",
"Bash(docker compose build *)",
"Bash(curl *)",
"Bash(cat *)"
]
},
"$version": 3
}