Fix Destructive Extracts
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user