Fix Destructive Extracts

This commit is contained in:
2026-04-21 19:16:01 +02:00
parent 2c2dce7e41
commit c4c32fb463
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -105,6 +105,7 @@ func extractArchiveResources(p *project.Project, archive erf.Archive, desired ma
ignored := make(map[string]bool)
for _, ext := range p.Config.Extract.IgnoreExtensions {
ext := strings.TrimPrefix(ext, ".")
ignored[ext] = true
}