BettererOptionsIgnores
API > @betterer/betterer > BettererOptionsIgnores
A glob pattern to match file paths that should be ignored by the file watcher in watch mode, or an array of them.
Signature
export declare type BettererOptionsIgnores = Array<string>;