From 3fd9cf910061ea537bf9f503d79ac07cbb0a07c8 Mon Sep 17 00:00:00 2001 From: wuyongtao Date: Tue, 28 Jul 2026 12:10:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20frontend/.gitignore?= =?UTF-8?q?=20=E4=B8=AD=E5=AF=B9=20dist=20=E7=9A=84=E4=BE=8B=E5=A4=96?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 之前 frontend/.gitignore 中 !dist/ 和 !dist/** 规则导致构建产物 仍然被 Git 追踪,现已删除,与根 .gitignore 保持一致。 Co-Authored-By: Claude --- frontend/.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index f9b752d..9c757d8 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -1,7 +1,5 @@ node_modules dist -!dist/ -!dist/** dist-ssr *.local