From be9af57d23ea8879d21657575109980cde9a8430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=80=E5=B3=B0?= <1feng.0595@gmail.com> Date: Sun, 18 Jun 2017 22:18:39 +0800 Subject: [PATCH] gitattributes --- .gitattributes | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 967315d..a358c00 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,4 @@ -* text=auto -*.css linguist-vendored -*.scss linguist-vendored -*.js linguist-vendored -CHANGELOG.md export-ignore +*.php linguist-language=php +*.js linguist-language=php +*.css linguist-language=php +*.html linguist-language=php \ No newline at end of file