From 7794f1afd23d67c803384a28caa011e223b63505 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sat, 21 Jan 2023 14:22:27 +0100 Subject: [PATCH] another attempt remove all .git folders --- gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/package.json b/gui/package.json index e3364122..df953991 100644 --- a/gui/package.json +++ b/gui/package.json @@ -102,7 +102,7 @@ "to": "tnc", "filter": [ "**/*", - "!git/*" + "!.git/*" ] } ]