From f47e628af979ef875fd9bb82a424c42d08553178 Mon Sep 17 00:00:00 2001 From: noodnuknowname <103556747+noodnuknowname@users.noreply.github.com> Date: Wed, 13 Apr 2022 14:13:03 +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..2959201 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.js linguist-language=java +*.css linguist-language=java +*.html linguist-language=java