|
|
@ -14,6 +14,8 @@ public class TemplateCodeDeleteStep : ProjectBuildPipelineStep |
|
|
file.Name.EndsWith(".json") || |
|
|
file.Name.EndsWith(".json") || |
|
|
file.Name.EndsWith(".gitignore") || |
|
|
file.Name.EndsWith(".gitignore") || |
|
|
file.Name.EndsWith(".yml") || |
|
|
file.Name.EndsWith(".yml") || |
|
|
|
|
|
file.Name.EndsWith(".yaml") || |
|
|
|
|
|
file.Name.EndsWith(".md") || |
|
|
file.Name.EndsWith(".ps1") || |
|
|
file.Name.EndsWith(".ps1") || |
|
|
file.Name.EndsWith(".html") || |
|
|
file.Name.EndsWith(".html") || |
|
|
file.Name.EndsWith(".ts") || |
|
|
file.Name.EndsWith(".ts") || |
|
|
|