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)
|
ignored := make(map[string]bool)
|
||||||
for _, ext := range p.Config.Extract.IgnoreExtensions {
|
for _, ext := range p.Config.Extract.IgnoreExtensions {
|
||||||
|
ext := strings.TrimPrefix(ext, ".")
|
||||||
ignored[ext] = true
|
ignored[ext] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user