From 95a69ad0dc860a0c9c98e597e50bccda16109f53 Mon Sep 17 00:00:00 2001 From: Axel Date: Thu, 29 Aug 2024 17:08:22 +0200 Subject: [PATCH] Correction git attributes --- .gitattributes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 63d2b6d..53f79f8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,9 @@ # Set the default behavior, in case people don't have core.autocrlf set. -* text eol=crlf \ No newline at end of file +* text=auto + +# Declare files that will always have CRLF line endings on checkout. +*.bat text eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary \ No newline at end of file