From c7af2768ba226d4fd9247d150f8bbb34bf64107d Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Mon, 1 May 2023 20:04:14 +0200 Subject: [PATCH] [SUREFIRE-2140] Cannot release Surefire on Windows This closes #626 --- .gitattributes | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index bf9e5ddfbf..618818ad4c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Auto detect text files and perform LF normalization -* text eol=lf +* text eol=auto *.xml text diff=xml *.java text diff=java @@ -7,7 +7,4 @@ *.vm text *.fml text *.md text -*.css text -*.js text -*.sql text *.png binary