From 54dc49bc063dc793dd2c4ede6c20c382dc1923e0 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Thu, 13 Jun 2019 18:21:21 +0200 Subject: [PATCH] Remove .gitattributes file Don't need the file anymore since we don't use an automated Linux build system which previously would convert all the line endings. Back then the files after being build would make the files in Windows Notepad app appear to not have any line endings. Also, this hopefully fixes any issues that happen when you use the Github website to edit files since I'm pretty sure it gets ignored by the website. Rejoice! --- .gitattributes | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index db2a596a..00000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* text eol=crlf \ No newline at end of file