Property | Type | Description | |
---|---|---|---|
Context | Establish | ||
Patterns | IList |
Method | Description | |
---|---|---|
ShouldIgnoreChangedDirectory ( ) : void | ||
ShouldIgnoreChangedFile ( ) : void | ||
ShouldNotIgnoreChangedDirectory ( ) : void | ||
ShouldNotIgnoreChangedFile ( ) : void | ||
WithIgnoredPattern ( string pattern ) : void | ||
WithIgnoredPatterns ( ) : void |
Method | Description | |
---|---|---|
IsIgnoredDirectory ( string path ) : bool | ||
IsIgnoredFile ( string path ) : bool |
protected static ShouldIgnoreChangedDirectory ( ) : void | ||
return | void |
protected static ShouldIgnoreChangedFile ( ) : void | ||
return | void |
protected static ShouldNotIgnoreChangedDirectory ( ) : void | ||
return | void |
protected static ShouldNotIgnoreChangedFile ( ) : void | ||
return | void |
protected static WithIgnoredPattern ( string pattern ) : void | ||
pattern | string | |
return | void |
protected static WithIgnoredPatterns ( ) : void | ||
return | void |