Files
twblue/.claude/settings.local.json

13 lines
189 B
JSON
Raw Normal View History

2026-02-01 10:42:05 +01:00
{
"permissions": {
"allow": [
2026-02-01 14:48:00 +01:00
"Bash(ls:*)",
"Bash(dir:*)",
"Bash(findstr:*)",
2026-02-01 18:58:38 +01:00
"Bash(find:*)",
2026-02-02 09:37:54 +01:00
"Bash(python:*)",
"Bash(git checkout:*)"
2026-02-01 10:42:05 +01:00
]
}
}