From 9b48d5a56bdfac38a7e9a9402212def9538380c9 Mon Sep 17 00:00:00 2001 From: "zhengxuan.zhang" Date: Sat, 14 Mar 2026 17:29:15 +0800 Subject: [PATCH] =?UTF-8?q?#0013=20=E4=BC=98=E5=8C=96ignore=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index ab237d3..5d223a3 100644 --- a/.gitignore +++ b/.gitignore @@ -14,9 +14,6 @@ # 忽略Nuget包 packages/ *.nupkg -**/.vs -XplorePlane/obj/project.assets.json -XplorePlane/obj/* # 排除 Libs 目录中的 DLL 和 PDB 文件(但保留目录结构) XplorePlane/Libs/Hardware/*.dll @@ -27,10 +24,20 @@ XplorePlane/Libs/Native/*.pdb # 保留 .gitkeep 文件以维持目录结构 !XplorePlane/Libs/**/.gitkeep -# 排除构建输出 -XplorePlane/bin/ -XplorePlane/obj/ - # 排除日志文件 logs/ -*.log \ No newline at end of file +*.log + +# 排除 .kiro 配置目录 +.kiro/README.md +.kiro/SETUP_COMPLETE.md +.kiro/steering/ + +# 排除文档目录 +Doc/ + +# 排除第三方库目录 +lib/RCWPF/ + +# 排除测试目录 +XplorePlane/Tests/