Skip to content

Commit

Permalink
feat: ignore avif files when building file list (#5604)
Browse files Browse the repository at this point in the history
Close #5382
  • Loading branch information
ferrarimarco committed May 6, 2024
1 parent a879108 commit 6047e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/functions/buildFileList.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 6047e3f

Please sign in to comment.