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