public List <string> GetIgnoredFolders() { return(ignoredListFolders.GetIgnored()); }
public List <string> GetIgnoredFileExtentions() { return(ignoredListExtensions.GetIgnored()); }
public List <string> GetIgnoredFiles() { return(ignoredListFiles.GetIgnored()); }
//public List<Type> GetIgnoredTypes() { return ignoredListTypes.GetIgnored(); } public List <string> GetIgnoredPathEndsWith() { return(ignoredListPathEndsWith.GetIgnored()); }