env-docker/.gitignore

12 lines
220 B
Plaintext
Raw Normal View History

2022-08-06 08:11:04 -05:00
# Ignore everything in Volumes, it is large and private data.
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.
2023-07-05 18:46:53 -07:00
Config/ReverseProxy/config/conf.d/*