From 22df43f9e355d937c78ae462fea50f3f58c10d87 Mon Sep 17 00:00:00 2001 From: 201206030 <1179705413@qq.com> Date: Tue, 17 May 2022 11:05:16 +0800 Subject: [PATCH] Create .gitattributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: 添加 .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7e61b55 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.js linguist-language=Vue +*.css linguist-language=Vue +*.html linguist-language=Vue +*.vue linguist-language=Vue