Chastity game angefangen

This commit is contained in:
2026-03-15 22:51:10 +01:00
parent 3e23ae788b
commit 57a7c78037
359 changed files with 27638 additions and 1109 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(cd /home/mario/Workspaces/xxx-thegame/xxxthegame && ./gradlew compileJava 2>&1 | tail -40)",
"Bash(grep -l \"variables.css\\\\|:root\" /home/mario/Workspaces/xxx-thegame/xxxthegame/src/main/resources/static/*.html | head -5)",
"Bash(cd /home/mario/Workspaces/xxx-thegame/xxxthegame && ./gradlew compileJava 2>&1 | tail -30)",
"Bash(grep -r \"profile-images\\\\|ProfileImage\\\\|imageData\\\\|lightbox\\\\|carousel\" /home/mario/Workspaces/xxx-thegame/xxxthegame/src/main/resources/static --include=\"*.html\" --include=\"*.js\" 2>/dev/null | head -40)"
]
}
}