11 lines
631 B
JSON
11 lines
631 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 -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)"
|
|
]
|
|
}
|
|
}
|