Add .gitignore to exclude mail data and logs
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Ignore mail data
|
||||
/var/mail
|
||||
/var/spool/
|
||||
/home/vmail
|
||||
|
||||
# Ignore temporary files
|
||||
*.pid
|
||||
*.lock
|
||||
*.db
|
||||
*.cache
|
||||
*.log
|
||||
Reference in New Issue
Block a user