From 6c660f625bd4c6a285e9d5adb3b1d66ec089f54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?CTO=E8=AF=B4?= <38070593+xiaomabenten@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:47:43 +0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b9449bc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +*.md linguist-language=HTML +*.yml linguist-language=HTML +*.html linguist-language=HTML +*.js linguist-language=HTML +*.xml linguist-language=HTML +*.css linguist-language=HTML +*.sql linguist-language=HTML +*.uml linguist-language=HTML +*.cmd linguist-language=HTML