From 371884a3d1af6e706e00660ad8fa9a72d3ebd017 Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Tue, 10 Mar 2026 23:13:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E5=89=8D=E7=AB=AF=E6=9E=84=E5=BB=BA=E4=BA=A7?= =?UTF-8?q?=E7=89=A9=E5=92=8C=E6=8A=A5=E5=91=8A=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 **/dist/ 和 reports/ 到忽略列表,避免构建产物和分析报告被纳入版本控制 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index d5b12c9..57256ed 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,9 @@ logs/ ### Frontend Refactor Plan ### FRONTEND_REFACTOR_PLAN.md + +### Frontend Build Output ### +**/dist/ + +### Reports ### +reports/