From 25ad3ff696396d3ec8693135f11155f394338246 Mon Sep 17 00:00:00 2001 From: "water.lyl" Date: Tue, 22 Jan 2019 10:02:01 +0800 Subject: [PATCH] Fix #339 Project language problem identified in github --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..2959201f4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.js linguist-language=java +*.css linguist-language=java +*.html linguist-language=java