From 93616e5ca5f2b183758cc54b4f8d62af093b7de2 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Thu, 2 Sep 2021 14:36:46 +0430 Subject: [PATCH] steal .gitattributes from Tachidesk-Server --- .gitattributes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..63781ef7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +* text=auto +* text eol=lf + +# Windows forced line-endings +/.idea/* text eol=crlf + +# Binary files types +*.webp binary +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.gz binary +*.zip binary +*.7z binary +*.ttf binary +*.eot binary +*.woff binary +*.pyc binary +*.swp binary +*.pdf binary +*.exe binary