modified gitignore

This commit is contained in:
zino
2023-11-28 17:02:32 +01:00
parent 6f46be0650
commit bf8b87fb10
13 changed files with 8 additions and 5562 deletions

14
.gitignore vendored
View File

@@ -1,8 +1,10 @@
# Ignore everything in the volume folder
#volume/*
# Ignore everything in the volumes/html directory
volumes/html/*
# Ignore everything in the dl folder
volume/html/dl/*
# But not these directories
!volumes/html/dl.zinomedia.de/
!volumes/logs/
# But not the .gitkeep file
!volume/.gitkeep
# Ignore contents of these directories
volumes/html/dl.zinomedia.de/*
volumes/logs/*