From a739498ef750fcf24e18b39ab12a0d6a2dd54296 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Wed, 13 May 2026 22:53:03 +0800 Subject: [PATCH] fix some sub directories were incorrectly ignored automatically --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 21f9b91c..ff36657b 100644 --- a/.gitignore +++ b/.gitignore @@ -151,13 +151,13 @@ dist/ # Binary and build files ezbookkeeping !**/ezbookkeeping/ -package/ +/package/ # Environment variable files .env **/.env # Other directories -data/ -storage/ -log/ +/data/ +/storage/ +/log/