From 8dc94a5a6b852b61c75a992dcdcead84f77a708d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E5=A4=8F?= <16105354+luoxiajia@user.noreply.gitee.com> Date: Wed, 30 Jul 2025 13:45:50 +0000 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5mac=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 洛夏 <16105354+luoxiajia@user.noreply.gitee.com> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5d947ca8..6eb345b2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ bin-release/ *.ipa *.apk +.DS_Store +*/.DS_Store + # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # should NOT be excluded as they contain compiler settings and other important # information for Eclipse / Flash Builder. -- Gitee