From 3084c2ae62ec13b8181c94aa0a78c0a9a5c1bcac Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 11 Feb 2015 12:49:50 -0600 Subject: [PATCH 1/2] Ignore a few paths in linguist. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 176a458f..eb0424ae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto +resources/assets/* linguist-vendored=false +public/* linguist-vendored=false From d57e785564916b955bb6a0e06dcc1677286cb78d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 11 Feb 2015 12:50:34 -0600 Subject: [PATCH 2/2] Fix order. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index eb0424ae..bf3b14bd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ * text=auto -resources/assets/* linguist-vendored=false public/* linguist-vendored=false +resources/assets/* linguist-vendored=false