From 3d77ef3569a4bb7a144ab2e35c4a4f7cb8a00a62 Mon Sep 17 00:00:00 2001 From: “wangming” <“wangming@antissoft.com”> Date: Tue, 9 Sep 2025 19:04:38 +0800 Subject: [PATCH] 更新.gitignore文件,添加对无效Windows路径的排除规则,以提高跨平台兼容性。同时更新.DS_Store文件以保持项目整洁。 --- .gitignore | 8 +++++++- netcore/.DS_Store | Bin 6148 -> 0 bytes netcore/netcore/.DS_Store | Bin 0 -> 6148 bytes netcore/netcore/src/.DS_Store | Bin 0 -> 6148 bytes netcore/netcore/src/Modularity/.DS_Store | Bin 0 -> 6148 bytes netcore/netcore/src/Modularity/Extend/.DS_Store | Bin 0 -> 6148 bytes 6 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 netcore/netcore/.DS_Store create mode 100644 netcore/netcore/src/.DS_Store create mode 100644 netcore/netcore/src/Modularity/.DS_Store create mode 100644 netcore/netcore/src/Modularity/Extend/.DS_Store diff --git a/.gitignore b/.gitignore index 66b37d5..62785a1 100644 --- a/.gitignore +++ b/.gitignore @@ -275,4 +275,10 @@ __pycache__/ *.zip # Cursor IDE files -.cursor/ \ No newline at end of file +.cursor/ + +# 排除无效的 Windows 风格路径(在 Mac 上出现) +# 排除类似 /D:/wesley/project/git/antis-disk/netcore/src/Modular 的无效路径 +/D:* +/D:/** +/D:/**/* \ No newline at end of file diff --git a/netcore/.DS_Store b/netcore/.DS_Store index 649a36e..da40f23 100644 Binary files a/netcore/.DS_Store and b/netcore/.DS_Store differ diff --git a/netcore/netcore/.DS_Store b/netcore/netcore/.DS_Store new file mode 100644 index 0000000..879eac4 Binary files /dev/null and b/netcore/netcore/.DS_Store differ diff --git a/netcore/netcore/src/.DS_Store b/netcore/netcore/src/.DS_Store new file mode 100644 index 0000000..c66fa50 Binary files /dev/null and b/netcore/netcore/src/.DS_Store differ diff --git a/netcore/netcore/src/Modularity/.DS_Store b/netcore/netcore/src/Modularity/.DS_Store new file mode 100644 index 0000000..3a7fe57 Binary files /dev/null and b/netcore/netcore/src/Modularity/.DS_Store differ diff --git a/netcore/netcore/src/Modularity/Extend/.DS_Store b/netcore/netcore/src/Modularity/Extend/.DS_Store new file mode 100644 index 0000000..59afd38 Binary files /dev/null and b/netcore/netcore/src/Modularity/Extend/.DS_Store differ -- libgit2 0.21.4