feat: ignore avif files when building file list (#5604)

Close #5382
This commit is contained in:
Marco Ferrari 2024-05-06 10:47:11 +02:00 committed by GitHub
parent a8791089c0
commit 6047e3f732
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,6 +73,7 @@ function BuildFileList() {
-not \( -path '*/\__pycache__' -prune \) \
-not \( -path '*/\node_modules' -prune \) \
-not -name ".DS_Store" \
-not -name "*.avif" \
-not -name "*.gif" \
-not -name "*.ico" \
-not -name "*.jpg" \