Files
jdd_opendingux/.claude/settings.local.json
2025-11-14 10:42:30 +01:00

19 lines
388 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:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git checkout:*)",
"Bash(sort:*)"
],
"deny": [],
"ask": []
}
}