parent
9e36912c53
commit
74bf7d5638
|
@ -13,10 +13,10 @@ THUMBNAIL_SUFFIX = "-thumb.webp"
|
|||
THUMBNAIL_MAX_FRAMES = 0 # No limit. Feel free to adjust this if you're hosting long animations on there or something.
|
||||
|
||||
FILE_BLACKLIST = [
|
||||
# Dot files (e.g. .gitkeep, .gitignore, .DS_Store) are ignored by default.
|
||||
# Dot files (e.g. .gitkeep, .gitignore, .DS_Store) are ignored in general.
|
||||
# Windows does not do us the courtesy of having all hidden files start with a period,
|
||||
# so I'm filtering some of the common ones out "by hand".
|
||||
# It's possible that I'm missing a couple of common ones.
|
||||
# so I'm filtering some of the common ones out "by hand" here.
|
||||
# It's possible that I'm missing a couple.
|
||||
# If your gallery-items.csv winds up with entries for any files that you
|
||||
# don't want in your gallery, please feel free to expand this list by hand.
|
||||
"Thumbs.db", # Windows Thumbnail Cache
|
||||
|
|
Loading…
Reference in New Issue