Files
claude-projects/robotunits/.claude/settings.local.json
T
marcus hinz a91261fc10 cluade II
2026-06-12 12:43:06 +02:00

14 lines
492 B
JSON

{
"permissions": {
"allow": [
"Bash(xargs -I {} find {} -type f \\\\\\( -name \"*.ts\" -o -name \"*.tsx\" -o -name \"*.js\" -o -name \"*.vue\" \\\\\\))",
"Bash(xargs cat)",
"Bash(xargs ls -la)",
"Bash(xargs -I {} sh -c 'echo \"=== {} ===\" && cat {}')",
"Bash(xargs -I {} bash -c 'echo \"=== {} ===\" && cat {}')",
"Bash(xargs ls -lh)",
"Bash(PATH=/home/marcuh/git/adesso-cpq/packages/blast/node_modules/.bin:__TRACKED_VAR__ tsup)"
]
}
}