更新 .gitignore

This commit is contained in:
dyzzyduq 2025-06-17 01:38:22 +00:00
parent be5da6dc87
commit c9d5199827

8
.gitignore vendored
View File

@ -31,7 +31,8 @@ $RECYCLE.BIN/
.LSOverride .LSOverride
# Icon must end with two \r # Icon must end with two \r
Icon Icon
# Thumbnails # Thumbnails
._* ._*
@ -52,3 +53,8 @@ Network Trash Folder
Temporary Items Temporary Items
.apdisk .apdisk
# 忽略根目录的 config.php
/config.php
# 忽略所有目录下的 config.php
**/config.php