更新.gitignore,添加对results/目录和所有.log文件的忽略

This commit is contained in:
TY1667
2025-10-02 16:38:54 +08:00
parent 1ae76d0aed
commit b19f11125d

3
.gitignore vendored
View File

@@ -276,6 +276,7 @@ fabric.properties
# Icon must end with two \r # Icon must end with two \r
Icon Icon
# Thumbnails # Thumbnails
._* ._*
@@ -295,3 +296,5 @@ Network Trash Folder
Temporary Items Temporary Items
.apdisk .apdisk
results/
*.log