BettererConfigIgnores
API > @betterer/betterer > BettererConfigIgnores
An array of absolute glob patterns that match file paths that will be ignored by the file watcher in watch mode.
Signature
export declare type BettererConfigIgnores = ReadonlyArray<string>;