11 lines
226 B
Plaintext
11 lines
226 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/*
|