Méthode | Description | |
---|---|---|
IsMatch ( FileSystemChange change ) : bool | ||
PathMatcher ( string pattern ) : System |
Méthode | Description | |
---|---|---|
AdaptToPattern ( string path ) : string |
.gitignore patterns are specified using the Unix path separator character (/). We need to replace the current environment directory separator charactor with a forward slash.
|
|
IsMatch ( string path ) : bool |
public IsMatch ( FileSystemChange change ) : bool | ||
change | FileSystemChange | |
Résultat | bool |
public PathMatcher ( string pattern ) : System | ||
pattern | string | |
Résultat | System |