Merge pull request #13679 from abpframework/auto-merge/rel-6-0/1274

Merge branch dev with rel-6.0
pull/13675/head
Yunus Emre Kalkan 3 years ago committed by GitHub
commit f83ed49599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save