GitRepositoryIssuesSettings.

FilesToExcludeFromFilePathLengthCheck Property

Summary

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

Syntax

public IList<string> FilesToExcludeFromFilePathLengthCheck { get; }

Value

Type Description
IList<string>