Exemple #1
0
 public List <string> GetIgnoredFolders()
 {
     return(ignoredListFolders.GetIgnored());
 }
Exemple #2
0
 public List <string> GetIgnoredFileExtentions()
 {
     return(ignoredListExtensions.GetIgnored());
 }
Exemple #3
0
 public List <string> GetIgnoredFiles()
 {
     return(ignoredListFiles.GetIgnored());
 }
Exemple #4
0
 //public List<Type> GetIgnoredTypes() { return ignoredListTypes.GetIgnored(); }
 public List <string> GetIgnoredPathEndsWith()
 {
     return(ignoredListPathEndsWith.GetIgnored());
 }