From d850762bce0911274f4696c951d62b53c5861c3b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 7 Nov 2022 15:39:15 +0000 Subject: [PATCH] Avoid changing line endings of png and mmdb files --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 35dd1df6..e0f3f0f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,7 @@ *.bat text eol=crlf *.jar binary + +*.png binary + +*.mmdb binary \ No newline at end of file