From efe247c7745c4cdca434118b5c5d800bd3acb78d Mon Sep 17 00:00:00 2001 From: Ferdinand Bachmann Date: Sat, 18 Apr 2020 14:35:15 +0200 Subject: [PATCH] library.json: update srcFilter --- library.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 2256d45..3348718 100644 --- a/library.json +++ b/library.json @@ -6,8 +6,9 @@ "srcFilter": [ "+<*>", - "-", - "-" + "-<.git>", + "-", + "-" ] } }