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

12 lines
303 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(tree -L 3 -I 'node_modules' src/)",
"Bash(mkdir -p 'E:\\code\\智柜宝\\wx\\src\\api\\shop')",
"Bash(tree 'E:\\code\\智柜宝\\wx\\src\\api' -I 'foo|goods|layout|login|me|order|system|types' -L 2)"
],
"deny": [],
"ask": []
}
}