env-docker/.gitignore
2022-09-27 03:45:14 -05:00

10 lines
137 B
Plaintext

# Ignore everything in Volumes, it is large and private data.
Volumes/*
# Ignore backed up config files.
*.yml.*
# Ignore logs
logs/*