From 3e00b290d0bd4adddcf672970586e01f3f2be9cf Mon Sep 17 00:00:00 2001 From: ChestnutYueyue <952134128@qq.com> Date: Tue, 24 Feb 2026 22:15:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9C=A8.gitignore=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0cocos=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 忽略生成的cocos相关文件,避免误提交 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 07ee4a0..a5b55d2 100644 --- a/.gitignore +++ b/.gitignore @@ -73,7 +73,7 @@ cmake-build-*/ /deps/ /third_party/ /vendor/ - +/cocos/ # -------------------------------------------- # 生成的文件 # --------------------------------------------