GitRepositoryIssuesSettings.

FilesToExclude Property

Summary

Gets the list of file patterns to exclude from all checks. Supports glob patterns (e.g., "*.tmp", "**/temp/**", "docs/generated/*").

Syntax

public IList<string> FilesToExclude { get; }

Value

Type Description
IList<string>