From 5fe9b2c9135f23ec47575dbf8dfde2a75f517302 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 12 Oct 2022 18:42:14 -0300 Subject: [PATCH] Add gitattributes for line endings --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..def10b7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# All line endings should be unix +* text eol=lf + +*.png binary +*.jpg binary \ No newline at end of file