Files
music_library/.pi/sensitive-paths.json

11 lines
351 B
JSON

{
"_comment": "Blocked paths for pi. Glob-like patterns, matched case-insensitively against absolute paths. blocked_commands are exact command names (not regexes), matched case-insensitively against structurally parsed bash AST command names.",
"blocked_paths": [
"mise.local.toml"
],
"blocked_commands": [
"printenv",
"env"
]
}