env-docker/.gitignore

22 lines
493 B
Plaintext
Raw Normal View History

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/*
# Ignore private reverse proxy configurations.
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
# Ignore downloaded mail server files
Config/MailServer/setup.sh
# Ignore any private key information
private.key