glob
GitHub
isaacs projects
Preparing search index...
ignore
IgnoreLike
Interface IgnoreLike
interface
IgnoreLike
{
add
?:
(
ignore
:
string
)
=>
void
;
childrenIgnored
?:
(
p
:
Path
)
=>
boolean
;
ignored
?:
(
p
:
Path
)
=>
boolean
;
}
Implemented by
Ignore
Index
Properties
add?
children
Ignored?
ignored?
Properties
Optional
add
add
?:
(
ignore
:
string
)
=>
void
Optional
children
Ignored
childrenIgnored
?:
(
p
:
Path
)
=>
boolean
Optional
ignored
ignored
?:
(
p
:
Path
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
children
Ignored
ignored
GitHub
isaacs projects
glob
Loading...