Interface IGlobOptions

interface IGlobOptions {
    trimForExclusions?: boolean;
}

Properties

trimForExclusions?: boolean

Simplify patterns for use as exclusion filters during tree traversal to skip entire subtrees. Cannot be used outside of a tree traversal.