1 implementation of IgnoreFileNames
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
GlobalRunSpec.cs (1)
72
public IReadOnlyList<string>
IgnoreFileNames
{ get; }
2 references to IgnoreFileNames
Microsoft.TemplateEngine.Core (2)
Util\Orchestrator.cs (2)
130
bool checkingDirWithPlaceholderFile = spec.
IgnoreFileNames
.Contains(fileName);
201
bool checkingDirWithPlaceholderFile = spec.
IgnoreFileNames
.Contains(fileName);