From 75ea9ab7c658f267ed01ca1c87c39d91e4c2247d Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Thu, 27 Feb 2025 12:14:42 +0000 Subject: [PATCH] Issue #3202016 follow-up by alexpott: Let GDToolkit support AVIF image format --- core/assets/scaffold/files/gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/core/assets/scaffold/files/gitattributes b/core/assets/scaffold/files/gitattributes index e7b792f8407c..f9e806c9a10d 100644 --- a/core/assets/scaffold/files/gitattributes +++ b/core/assets/scaffold/files/gitattributes @@ -48,6 +48,7 @@ core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-sp # Define binary file attributes. # - Do not treat them as text. # - Include binary diff in patches instead of "binary files differ." +*.avif -text diff *.eot -text diff *.exe -text diff *.gif -text diff -- GitLab