Files
18xchat/.claude/settings.local.json
T

13 lines
168 B
JSON
Raw Normal View History

2025-08-11 16:08:59 +08:00
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(cp:*)",
2025-09-11 17:07:29 +08:00
"Bash(rm:*)",
2025-10-21 14:01:52 +08:00
"Bash(sed:*)",
"Bash(dir:*)"
2025-08-11 16:08:59 +08:00
],
"deny": []
}
2025-10-21 14:01:52 +08:00
}