From fe3f78fabb240d5a6113ba8ce4df34b7b386b57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=90=B4=E5=B8=88=E5=85=84?= <278166530@qq.com> Date: Thu, 9 May 2019 11:53:31 +0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ade7e6a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.js linguist-language=java +*.css linguist-language=java +*.html linguist-language=java +*.md linguist-language=java