shop-web/.claude/settings.local.json

14 lines
213 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(tree -L 3 -I 'node_modules|dist')",
"Bash(cat:*)",
"Bash(dir:*)",
"Bash(find:*)"
],
"deny": [],
"ask": []
}
}