From dd3fd2ea68d09f12f13504e35ddd12e6c279f836 Mon Sep 17 00:00:00 2001 From: neko404notfound Date: Thu, 21 Jun 2018 09:23:31 +0100 Subject: [PATCH] Added .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e269ae0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.py text eol=lf +*.js text eol=lf +*.sh text eol=lf +*.png binary +*.jpg binary