Files
env-docker/.gitignore
2023-07-05 21:14:24 -07:00

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/*