From 5812577d98bf818f089343c56e8707cbe5ad3cbd Mon Sep 17 00:00:00 2001 From: yeqifu <49331573+yeqifu@users.noreply.github.com> Date: Thu, 21 Nov 2019 23:21:12 +0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5c5df24 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ + +*.html linguist-language=Java +*.js linguist-language=Java +*.xml linguist-language=Java +*.css linguist-language=Java