Files
docker-nginx/.gitignore
2023-11-28 17:09:04 +01:00

13 lines
271 B
Plaintext

# Ignore everything in the volumes/html directory
volumes/html/*
# But not these directories
!volumes/html/dl.zinomedia.de
!volumes/logs/
# Ignore contents of these directories
volumes/html/dl.zinomedia.de/*
volumes/logs/*
# Do not ignore a special file name
!.gitkeep