From 293be8ecf782a6f25fcff40ba6a90be0a71c9b41 Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Fri, 1 May 2020 13:53:01 +0800 Subject: [PATCH 1/3] re --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eb8db12 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.js linguist-language=JavaScript +*.css linguist-language=CSS +*.html linguist-language=HTML +*.php linguist-language=PHP +*.md linguist-language=Markdown From 4b2aca6e03fd5b9af527083f6aefdaf470e90d6d Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Fri, 1 May 2020 13:54:16 +0800 Subject: [PATCH 2/3] re --- .gitattributes | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index eb8db12..0b217dc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,3 @@ -*.js linguist-language=JavaScript -*.css linguist-language=CSS -*.html linguist-language=HTML -*.php linguist-language=PHP -*.md linguist-language=Markdown +*.js linguist-language=PHP +*.css linguist-language=PHP +*.html linguist-language=PHP From 555c5583f5ddfdaf388978355182ff3610a54a9f Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Fri, 1 May 2020 13:56:26 +0800 Subject: [PATCH 3/3] re --- .gitattributes | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 0b217dc..0000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -*.js linguist-language=PHP -*.css linguist-language=PHP -*.html linguist-language=PHP