From c721103f64fcc27f42980af4c3f20bcb80d6e798 Mon Sep 17 00:00:00 2001 From: yizhaorong Date: Mon, 1 Jul 2019 10:54:00 +0800 Subject: [PATCH] Create .gitattributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改项目语言 --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2ac066b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.js linguist-language=java +*.css linguist-language=java +*.html linguist-language=java +*.java linguist-language=java