18 lines
425 B
Plaintext
18 lines
425 B
Plaintext
# Ignore everything in the volumes/html directory
|
|
volumes/html/*
|
|
|
|
# But not these directories
|
|
!volumes/html/dl.zinomedia.de
|
|
!volumes/html/pkrstarsbot.zinomedia.de
|
|
!volumes/logs/
|
|
!volumes/html/registry.zinomedia.de
|
|
!volumes/html/registryui.zinomedia.de
|
|
|
|
# Ignore contents of these directories
|
|
volumes/html/dl.zinomedia.de/*
|
|
volumes/html/pkrstarsbot.zinomedia.de/*
|
|
volumes/logs/*
|
|
|
|
# Do not ignore a special file name
|
|
!.gitkeep
|