From 24b30df99233ac4755ab8fcaf48f3e84f0d2067f Mon Sep 17 00:00:00 2001 From: Roe-xin Date: Thu, 5 Mar 2026 09:24:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=92=E9=99=A4=20docs=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E9=81=BF=E5=85=8D=E4=B8=AD=E6=96=87=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E6=89=93=E5=8C=85=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscodeignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscodeignore b/.vscodeignore index 3c24e14..12af979 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -16,6 +16,9 @@ out/test/** # 依赖 node_modules/** +# 文档(避免中文文件名打包问题) +docs/** + # 只排除 waveform_trace 的 src/dist 目录 tools/waveform_trace/src/dist/**