Initial commit

This commit is contained in:
2026-04-24 14:54:59 +06:00
commit 28776fa5b6
26 changed files with 817 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(curl -L -o gradle/wrapper/gradle-wrapper.jar https://raw.githubusercontent.com/gradle/gradle/master/gradle/wrapper/gradle-wrapper.jar)",
"Bash(git init *)",
"Bash(git checkout *)",
"Bash(git add *)"
]
}
}