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.

This commit is contained in:
2025-08-18 19:19:53 +02:00
parent bd1cc6b6f3
commit 3841e58f51

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
database
database_*
assets
fail2ban/data
https_portal