From 70c2f6f978860b0bd8e17465a606ebd7f4c558f4 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 19 Sep 2025 11:01:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .gitignore 中添加 dist-test.tar.gz 和 dist.tar.gz 文件 - 避免这些文件在版本控制中产生不必要的提交 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e8d329b..a391a02 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ analyzer.html .cursor/* .lingma/* dist/* +dist-test.tar.gz +dist.tar.gz