GitRepositoryIssuesSettings.

FilesToExcludeFromBinaryFilesLfsCheck Property

Summary

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

Syntax

public IList<string> FilesToExcludeFromBinaryFilesLfsCheck { get; }

Value

Type Description
IList<string>