2023-07-05 21:14:24 -07:00
|
|
|
# Ignore everything in Volumes, it contains large and private data.
|
2022-08-06 08:11:04 -05:00
|
|
|
Volumes/*
|
2022-08-06 08:18:06 -05:00
|
|
|
|
|
|
|
# Ignore backed up config files.
|
|
|
|
*.yml.*
|
2022-09-27 03:44:33 -05:00
|
|
|
|
2022-09-27 03:45:14 -05:00
|
|
|
# Ignore logs
|
|
|
|
logs/*
|
|
|
|
|
2023-07-05 18:10:13 -07:00
|
|
|
# Ignore private reverse proxy configurations.
|
2023-07-21 22:23:46 -07:00
|
|
|
Config/ReverseProxy/config/conf.d/*
|
|
|
|
Config/ReverseProxy/config/html/*
|
|
|
|
Config/ReverseProxy/config/hosts/*
|
|
|
|
Config/ReverseProxy/config/load.conf.d/*
|
|
|
|
Config/ReverseProxy/config/mail.conf.d/*
|
2023-07-09 06:40:59 -07:00
|
|
|
|
2023-07-23 13:14:47 -07:00
|
|
|
# Ignore downloaded mail server files
|
2023-07-03 06:10:29 -07:00
|
|
|
Config/MailServer/setup.sh
|
2023-07-21 22:23:46 -07:00
|
|
|
|
2023-07-23 13:14:47 -07:00
|
|
|
# Ignore any private key information
|
|
|
|
private.key
|