From cc6fee1e5263f8b60fa22717f0ab7476519c7cb3 Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Sun, 17 Apr 2022 14:22:38 +0700 Subject: [PATCH] Add .gitattributes --- .gitattributes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..9ca81426 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,24 @@ +* text=auto + +*.bash text eol=lf +*.bat text eol=crlf +*.cmd text eol=crlf +*.css text diff=css +*.html text diff=html +*.js text +*.json text eol=lf +*.py text diff=python +*.sh text eol=lf + +*.ico binary +*.jpg binary +*.jpeg binary +*.png binary +*.svg text +*.webp binary + +*.ttf binary +*.eot binary +*.otf binary +*.woff binary +*.woff2 binary \ No newline at end of file