From b88b3b64dfd2b64d492de20d736bdc2e34aaef0b Mon Sep 17 00:00:00 2001 From: “wangming” <“wangming@antissoft.com”> Date: Tue, 9 Sep 2025 23:39:10 +0800 Subject: [PATCH] 更新.gitignore文件,修正Windows路径排除规则,以确保在不同操作系统上的兼容性和文件管理的有效性。 --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 62785a1..d33122c 100644 --- a/.gitignore +++ b/.gitignore @@ -279,6 +279,6 @@ __pycache__/ # 排除无效的 Windows 风格路径(在 Mac 上出现) # 排除类似 /D:/wesley/project/git/antis-disk/netcore/src/Modular 的无效路径 -/D:* -/D:/** -/D:/**/* \ No newline at end of file +D// +D//** +D//**/* \ No newline at end of file -- libgit2 0.21.4