From 8a400fa128c0be153e60f2447f3ad0ca2ffe96d0 Mon Sep 17 00:00:00 2001 From: bWFuanVzYWth Date: Tue, 30 Aug 2022 15:48:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..87f8a9a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.txt linguist-detectable=true linguist-language=text +*.json linguist-detectable=true linguist-language=json +*.md linguist-detectable=true linguist-language=markdown +*.html linguist-detectable=true linguist-language=html