Files
xxx-sphere-old/.claude/settings.local.json
2026-03-15 22:51:10 +01:00

12 lines
442 B
JSON

{
"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:*)",
"Bash(mkdir:*)"
]
}
}