Commit 3d77ef3569a4bb7a144ab2e35c4a4f7cb8a00a62
1 parent
dffeaa8e
更新.gitignore文件,添加对无效Windows路径的排除规则,以提高跨平台兼容性。同时更新.DS_Store文件以保持项目整洁。
Showing
6 changed files
with
7 additions
and
1 deletions
.gitignore
| ... | ... | @@ -275,4 +275,10 @@ __pycache__/ |
| 275 | 275 | *.zip |
| 276 | 276 | |
| 277 | 277 | # Cursor IDE files |
| 278 | -.cursor/ | |
| 279 | 278 | \ No newline at end of file |
| 279 | +.cursor/ | |
| 280 | + | |
| 281 | +# 排除无效的 Windows 风格路径(在 Mac 上出现) | |
| 282 | +# 排除类似 /D:/wesley/project/git/antis-disk/netcore/src/Modular 的无效路径 | |
| 283 | +/D:* | |
| 284 | +/D:/** | |
| 285 | +/D:/**/* | |
| 280 | 286 | \ No newline at end of file | ... | ... |
netcore/.DS_Store
No preview for this file type
netcore/netcore/.DS_Store
0 → 100644
No preview for this file type
netcore/netcore/src/.DS_Store
0 → 100644
No preview for this file type
netcore/netcore/src/Modularity/.DS_Store
0 → 100644
No preview for this file type
netcore/netcore/src/Modularity/Extend/.DS_Store
0 → 100644
No preview for this file type