From fcc68891bed879ac416738f44d43f20c8a84d554 Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Fri, 14 Apr 2023 23:33:54 -0400 Subject: [PATCH] Remove `.gitattributes` this should fix some line separator issues --- .gitattributes | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index b63c3dac5..000000000 --- a/.gitattributes +++ /dev/null @@ -1,7 +0,0 @@ -*.java text=crlf -*.json text=crlf -*.md text=crlf -*.properties text=crlf -*.py text=crlf -*.sh text=crlf -* text eol=crlf