From aac1cf55fe8e7e92b5654ba44fcf24373a60ee32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A6=E5=8F=B6=E5=AD=90?= Date: Wed, 16 May 2018 18:05:56 +0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..31b6762 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.js linguist-language=Pyhton +*.css linguist-language=Python +*.html linguist-language=Python