From d9d966c1f70caa851418c0592e740f03ae17e986 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Mon, 2 Sep 2019 17:02:22 +0200 Subject: [PATCH] Add wildcard to vendored paths --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 369198a..3ec2603 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -demo linguist-vendored -tests/sample linguist-vendored +demo/* linguist-vendored +tests/sample/* linguist-vendored