From e8c2e0a966a3e1e0c5254bd5a77e99f4c7048cf9 Mon Sep 17 00:00:00 2001 From: zhangwenjian Date: Fri, 14 Aug 2026 16:45:55 +0800 Subject: [PATCH] =?UTF-8?q?chore=F0=9F=94=A7:=20=E4=BF=AE=E6=AD=A3=20.DS?= =?UTF-8?q?=5FStore=20=E5=BF=BD=E7=95=A5=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原规则 `*/.DS_Store` 只匹配子目录一层,仓库根目录下的 .DS_Store 不在其 中。改为 `.DS_Store`,匹配任意层级。 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8423ad2e..1d304dc4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .idea .vscode -*/.DS_Store +.DS_Store static/uploadfile main.exe *.exe