From 8935da813bc6f80a9ac5b959ad8b156c59352d76 Mon Sep 17 00:00:00 2001 From: lan-air Date: Mon, 12 Dec 2022 11:11:45 +0800 Subject: [PATCH] .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3ab78cc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.js linguist-language=python +*.css linguist-language=python +*.html linguist-language=python