env-docker/.gitignore

13 lines
264 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/*.*