forked from jaildesigner-jailgames/jaildoctors_dilemma
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cmake --build:*)",
|
|
"Bash(test:*)",
|
|
"Bash(tools/linter/run_clang-tidy.sh:*)",
|
|
"Bash(make resources.pack:*)",
|
|
"Bash(tools/linter/run_cppcheck.sh:*)",
|
|
"Bash(cat:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|