ai_invest/.claude/settings.local.json

15 lines
346 B
JSON
Raw Normal View History

2025-08-27 06:51:32 +00:00
{
"permissions": {
"allow": [
2025-09-02 13:24:25 +00:00
"Read(/d:\\개인폴더\\개발\\ai_invest\\설계\\01/**)",
"Bash(del \"web_02.html\")",
"Bash(del \"main_dashboard.html\")",
"Bash(del \"detail_page.html\")",
"Bash(del \"simulation_page.html\")",
"Bash(rm:*)",
"Bash(mv:*)"
2025-08-27 06:51:32 +00:00
],
"deny": [],
"ask": []
}
}