From c658b78fa92f055295f41b53d350366b38d8c53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=85=86=E5=B0=89?= <228127304@qq.com> Date: Wed, 26 Aug 2026 21:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitignore=20=E4=BB=A5?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9E=84=E5=BB=BA=E4=BA=A7=E7=89=A9=E4=B8=8E?= =?UTF-8?q?=E6=8A=80=E8=83=BD=E7=9B=AE=E5=BD=95=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增对构建产物的忽略规则,包括 SimpleComposer.exe 和 StandardScene.dll,同时调整 .cursor/skills/ 目录的例外规则,确保技能相关内容不被忽略。注意:新增的 +/.cursor/skills 规则格式可能有误。 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2450829..296e339 100644 --- a/.gitignore +++ b/.gitignore @@ -367,3 +367,4 @@ build/ /.cursor/* !/.cursor/skills/ !/.cursor/skills/** +/.cursor/skills