MeshiTrack/.claude/settings.local.json

13 lines
248 B
JSON

{
"permissions": {
"allow": ["Bash(npm run *)", "Bash(npm test *)", "Read(*), Glob(*)"],
"deny": [
"Bash(grep *)",
"Bash(ls *)",
"Bash(cat *)",
"Bash(head *)",
"Bash(tail *)",
"Bash(sed *)"
]
}
}