From fca4342fa6ca409dd245e31388dd5705c0ab5b92 Mon Sep 17 00:00:00 2001 From: yanglbme Date: Sat, 18 Apr 2020 08:47:58 +0800 Subject: [PATCH] docs: add .gitattributes file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 设置项目主语言 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8c2f118 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.html linguist-language=java \ No newline at end of file