From 27ef9bf36ee537599e8e97bd2bc3a23ca8d6360f Mon Sep 17 00:00:00 2001 From: Timo Reymann Date: Mon, 22 May 2023 11:32:30 +0200 Subject: [PATCH] chore: Register ignore target zip --- pkg/features/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/features/main.go b/pkg/features/main.go index a6428ec..2f2a4f2 100644 --- a/pkg/features/main.go +++ b/pkg/features/main.go @@ -42,4 +42,5 @@ func init() { register(filter.Include{}) // Directories must always be processed after the Recursive, Exclude, Include modules register(fileset.Directories{}) + register(fileset.IgnoreTargetZip{}) }