fwt_software/.claude/settings.json

12 lines
275 B
JSON

{
"permissions": {
"allow": [
"Bash(git add *)",
"Bash(grep -iE \"config\\\\.ini|\\\\.out|\\\\.o$|compile_commands\")",
"Bash(command -v cmake)",
"Bash(cmake --version)",
"Bash(cmake -B build -DWITH_VIMBA=OFF -DWITH_MQTT=OFF)"
]
}
}