From 6b2e46742c89f1c084d46097cc27ba44687fde60 Mon Sep 17 00:00:00 2001 From: "zhengxuan.zhang" Date: Tue, 14 Apr 2026 17:46:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8E=E7=89=88=E6=9C=AC=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E4=B8=AD=E7=A7=BB=E9=99=A4=20ExternalLibraries/Models=20?= =?UTF-8?q?=E5=A4=A7=E6=96=87=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=88=B0?= =?UTF-8?q?=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bee7ead..a7be3b0 100644 --- a/.gitignore +++ b/.gitignore @@ -54,5 +54,8 @@ Doc/ # 排除第三方库目录 lib/RCWPF/ +# 排除大模型文件 +ExternalLibraries/Models/ + # 排除测试目录 XplorePlane/Tests/