Added documentation for _shouldIgnore method
This commit is contained in:
parent
50add6753f
commit
6c59ffb371
@ -126,7 +126,8 @@ export function shouldIgnore(filename: string, ignore: Array, only): boolean {
|
||||
}
|
||||
|
||||
/**
|
||||
* [Please add a description.]
|
||||
* Returns result of calling function with filename if pattern is a function.
|
||||
* Otherwise returns result of matching pattern Regex with filename.
|
||||
*/
|
||||
|
||||
function _shouldIgnore(pattern, filename) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user