From 3841e58f51e7cbc1eeb9afc0dea2f982b89224dc Mon Sep 17 00:00:00 2001 From: Yuri-Lima Date: Mon, 18 Aug 2025 19:19:53 +0200 Subject: [PATCH] Enhance .gitignore to exclude all database-related files by adding a pattern for 'database_*' to improve file management and prevent sensitive data from being tracked. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ae1bb82..91cca84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ database +database_* assets fail2ban/data https_portal