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