From a78ee70e770dfb35a7b585d216750f9343f90852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=93=AD?= <1223398803@qq.com> Date: Tue, 18 Feb 2020 11:44:31 +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..ef3c98e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ + *.js linguist-language=python + *.vue linguist-language=python + *.html linguist-language=python