From 8083383b90f81842302bd0605166de1d1d091872 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