2 references to IsPathIgnored
Microsoft.Build.Tasks.Git (2)
GitDataReader\GitIgnore.Matcher.cs (2)
85
return
IsPathIgnored
(PathUtils.ToPosixPath(fullPath), isDirectoryPath: false);
109
return
IsPathIgnored
(fullPathNoSlash, isDirectoryPath);