From 6047e3f732ceff4c86ae4bf545e0fb57a07c2d1d Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Mon, 6 May 2024 10:47:11 +0200 Subject: [PATCH] feat: ignore avif files when building file list (#5604) Close #5382 --- lib/functions/buildFileList.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions/buildFileList.sh b/lib/functions/buildFileList.sh index 75e4b524..0e6e49fa 100755 --- a/lib/functions/buildFileList.sh +++ b/lib/functions/buildFileList.sh @@ -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" \