MeshiTrack/.antigravity/settings.local.json

19 lines
326 B
JSON
Raw Normal View History

2026-05-14 14:47:23 +09:00
{
"permissions": {
"allow": [
2026-05-14 18:38:50 +09:00
"command(npm run)",
"command(npm test)",
"command(npm install)",
"write_file(f:/Coding/MeshiTrack)"
2026-05-14 14:47:23 +09:00
],
"deny": [
2026-05-14 18:38:50 +09:00
"command(grep)",
"command(ls)",
"command(cat)",
"command(head)",
"command(tail)",
"command(npx)"
2026-05-14 14:47:23 +09:00
]
}
}