Beispiel #1
0
 public Config()
 {
     Ignore = new IgnoreConfig();
 }
Beispiel #2
0
 public Config()
 {
     Branches = new Dictionary <string, BranchConfig>();
     Ignore   = new IgnoreConfig();
 }