MeshiTrack/.claude/settings.local.json

14 lines
248 B
JSON
Raw Normal View History

2026-03-27 14:50:34 +09:00
{
"permissions": {
"allow": ["Bash(npm run *)", "Bash(npm test *)", "Read(*), Glob(*)"],
"deny": [
"Bash(grep *)",
"Bash(ls *)",
"Bash(cat *)",
"Bash(head *)",
"Bash(tail *)",
"Bash(sed *)"
2026-03-27 14:50:34 +09:00
]
}
}