From ff8a9228950b78ea1bee7ad138453a6b5edbe8d4 Mon Sep 17 00:00:00 2001 From: baijiaruo Date: Tue, 12 Sep 2023 10:55:30 +0800 Subject: [PATCH] fix: fix problem with png files being modified Signed-off-by: baijiaruo --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1923c3f05..df4abc374 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Always check-out / check-in files with LF line endings. * text=auto eol=lf +# Do not modify line endings for binary files +*.png binary