From 06bbf3336c31634c0bba1db111fb9fa2c7438a17 Mon Sep 17 00:00:00 2001 From: rbetree Date: Sat, 17 Jan 2026 02:35:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=8E=92=E9=99=A4=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=9A=84=E6=A0=BC=E5=BC=8F=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.prettierignore b/.prettierignore index 2ada7e8..851a24f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -23,3 +23,7 @@ package-lock.json # 临时文件 *.tmp *.temp + +# 文档文件(保留排版灵活性,避免代码示例被格式化) +**/README.md +src/**/*.md