From 5be3ce4bb2c922b20efd27ec408c8619c615cbdc Mon Sep 17 00:00:00 2001 From: cococo <17401091+kingmo888@users.noreply.github.com> Date: Wed, 6 Dec 2023 07:51:28 +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..cbbc03b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.js linguist-language=Python +*.css linguist-language=Python +*.html linguist-language=Python