From c9d5199827844da7a1cb43b30a5687926252cfbe Mon Sep 17 00:00:00 2001 From: dyzzyduq Date: Tue, 17 Jun 2025 01:38:22 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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