env-docker/.gitignore

12 lines
226 B
Plaintext

# Ignore everything in Volumes, it contains large and private data.
Volumes/*
# Ignore backed up config files.
*.yml.*
# Ignore logs
logs/*
# Ignore private reverse proxy configurations.
Config/ReverseProxy/config/conf.d/*