From 67c786e4ff85c9c021e9b516f0209aec7f0ed574 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Mon, 7 Sep 2020 18:15:54 +0200 Subject: [PATCH] chore(git): add gitattributes file --- .gitattributes | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5dc46e6b..7e3b004b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,37 @@ -* text=auto eol=lf +* text=auto eol=lf *.{cmd,[cC][mM][dD]} text eol=crlf -*.{bat,[bB][aA][tT]} text eol=crlf \ No newline at end of file +*.{bat,[bB][aA][tT]} text eol=crlf + +CONTRIBUTORS.md merge=union +README.md text +LICENSE text + +*.css text +*.eot binary +*.gif binary +*.html text diff=html +*.ico binary +*.*ignore text +*.jpg binary +*.js text +*.json text +*.lock text -diff +*.map text -diff +*.md text +*.otf binary +*.png binary +*.py text diff=python +*.svg binary +*.ts text +*.ttf binary +*.sass text +*.vue text +*.webp binary +*.woff binary +*.woff2 binary + +.editorconfig text +.gitattributes export-ignore +.gitignore export-ignore + +*.gitattributes linguist-language=gitattributes