From 0cd0ee1c09f52b8cf89cc8f1dbe92ccfa6b0293f Mon Sep 17 00:00:00 2001 From: recaifurkan Date: Fri, 31 May 2019 16:54:39 +0300 Subject: [PATCH] Update .gitattributes --- .gitattributes | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 89bb219..ca3c103 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,6 @@ # Auto detect text files and perform LF normalization * text=auto -*.blade.php linguist-detectable=true -*.js linguist-detectable=false -*.html linguist-detectable=false -*.xml linguist-detectable=false -*.css linguist-detectable=false \ No newline at end of file +*.css linguist-vendored +*.scss linguist-vendored +*.js linguist-vendored \ No newline at end of file