Add .webp to IGNORED_EXTENSIONS

This commit is contained in:
Dima Veselov 2023-08-20 22:38:56 +03:00 committed by GitHub
parent 3318971512
commit 7355741c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ IGNORED_EXTENSIONS = [
"svg",
"cdr",
"ico",
"webp",
# audio
"mp3",
"wma",