From 8367c3ee2c51363b6d4cd8c49a185515d87951ae Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 10 Sep 2021 06:35:31 -0700 Subject: [PATCH] Update .gitattributes We no longer have a `vendor` folder. Make public/** matching stronger --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index ac8f8c3..c462596 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,2 @@ -public/* linguist-generated=true -vendor/* linguist-vendored=true +public/** linguist-generated