Last updated 1 year ago
Was this helpful?
Property in
Gets or sets the collection of file search patterns that should be excluded from this project.
public IEnumerable<string> ExcludeFilePatterns { get; set; };
If a file is matched by a pattern in , and is also matched by a pattern in , then it is not included in the value returned by .