env-docker/.gitignore
2023-07-05 18:46:53 -07:00

12 lines
220 B
Plaintext

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