Add .gitignore to exclude mail data and logs

This commit is contained in:
root
2025-09-17 17:46:45 +00:00
parent 54b608625b
commit 6854ad7558

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Ignore mail data
/var/mail
/var/spool/
/home/vmail
# Ignore temporary files
*.pid
*.lock
*.db
*.cache
*.log