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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
database
|
||||
database_*
|
||||
assets
|
||||
fail2ban/data
|
||||
https_portal
|
||||
|
||||
Reference in New Issue
Block a user