diff options
| author | hc <hc@email.ch> | 2025-05-30 22:51:55 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2025-05-30 22:51:55 +0800 |
| commit | 7b94af70555aab814f964a08098d0fb123171f7e (patch) | |
| tree | 2b8cf5793a7ecee85122133b4a59cad824e0c912 /.claude/settings.local.json | |
dev_env
Diffstat (limited to '.claude/settings.local.json')
| -rw-r--r-- | .claude/settings.local.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..f689325 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,9 @@ +{ + "permissions": { + "allow": [ + "Bash(rm:*)", + "Bash(chmod:*)" + ], + "deny": [] + } +}
\ No newline at end of file |
