From 0c625a0c9a42472323488fcf1caaddb42a5343bf Mon Sep 17 00:00:00 2001 From: pulsareonbot Date: Mon, 6 Jul 2026 12:34:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A8=A1=E5=9E=8B=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8D=E8=BF=9B=20git=20(=E5=8A=A0=20.gitignore,=20=E4=BB=8E?= =?UTF-8?q?=E7=B4=A2=E5=BC=95=E7=A7=BB=E9=99=A4=203.2GB=20gguf)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 模型文件通过 model_manager.rs 清单里的 URL 在线下载, 不随 git 仓库分发。.gitignore 新增 model_download/ model_store/。 --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index d745bc8..6611071 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,10 @@ target/ *.swp *.swo *~ +# 模型文件不进 git,只保留下载链接在 model_manager.rs 清单里 +model_download/ +model_store/ +# 测试脚本 +.test_*.sh +.chat_req.json +