From 2ff6a7c584a71241b913d43ba170f95a159562be Mon Sep 17 00:00:00 2001 From: dingguodong Date: Wed, 26 Apr 2023 11:04:23 +0800 Subject: [PATCH] * Ignore all my.php file . --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 47603db43b..fabf236abe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ config/db.php -config/my.php +my.php www/data/ www/install.php www/upgrade.php