From 31f42528e824662444259e73c3e03f05b2e09d53 Mon Sep 17 00:00:00 2001 From: LyLme <88341678+LyLme@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:50: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..b748c52 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.js linguist-language=php +*.css linguist-language=php +*.html linguist-language=php