From e00492185fb88705676b5918e64b16a809682afa 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:46:17 +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