From 8f67d4c255616600edbf8dc6e8f4e4cfba783e38 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Mon, 27 Jan 2020 20:47:26 +0100 Subject: [PATCH] gitattributes: use wildcard Signed-off-by: Simon Legner --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index a02abc87..cb59a99e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -resources/static/bootstrap-4.3.1-dist linguist-vendored -resources/static/bootstrap4-glyphicons linguist-vendored +resources/static/bootstrap-4.3.1-dist/* linguist-vendored +resources/static/bootstrap4-glyphicons/* linguist-vendored resources/static/jquery-3.4.1.min.js linguist-vendored -vendor linguist-vendored +vendor/* linguist-vendored