From f32b277e6b75b5e0e2cd240457085f2f893e6e8a Mon Sep 17 00:00:00 2001 From: liqianglog <62197647+liqianglog@users.noreply.github.com> Date: Fri, 26 Feb 2021 01:40:53 +0800 Subject: [PATCH 1/2] Create .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..129e30a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.css linguist-language=[Python,Vue] +*.less linguist-language=[Python,Vue] +*.js linguist-language=[Python,Vue] +*.html linguist-language=[Python,Vue] From 53d0b0dc511cbdf609a9e081ef26e6f53ab686ac Mon Sep 17 00:00:00 2001 From: liqianglog <62197647+liqianglog@users.noreply.github.com> Date: Fri, 26 Feb 2021 01:41:36 +0800 Subject: [PATCH 2/2] Update .gitattributes --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 129e30a..71c0ecd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -*.css linguist-language=[Python,Vue] -*.less linguist-language=[Python,Vue] -*.js linguist-language=[Python,Vue] -*.html linguist-language=[Python,Vue] +*.css linguist-language=Python +*.less linguist-language=Python +*.js linguist-language=Python +*.html linguist-language=Python