From da952f346837b5f3587e3f755ec9cfb564e4841a Mon Sep 17 00:00:00 2001 From: DelLevin-Home Date: Sun, 24 May 2026 14:22:32 +0800 Subject: [PATCH] =?UTF-8?q?"=E7=A7=BB=E9=99=A4=20.claude/=20=E5=92=8C=20se?= =?UTF-8?q?rver/=20=E7=9B=AE=E5=BD=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index d8177eb..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(flutter analyze *)", - "Bash(python _fix_script.py)", - "Bash(dart analyze *)", - "Bash(dart run *)", - "Bash(python -c \"import py_compile; py_compile.compile\\('app.py', doraise=True\\); print\\('OK'\\)\")", - "Bash(python -c \"import py_compile; py_compile.compile\\('server/app.py', doraise=True\\); print\\('Python OK'\\)\")", - "Bash(python -c \"import py_compile; py_compile.compile\\('D:/UserData/Desktop/my_proj/mooknote/server/app.py', doraise=True\\); print\\('OK'\\)\")", - "Bash(python -c \"import app; print\\('OK'\\)\")" - ] - } -}