BettererOptionsOverride.ignores
API > @betterer/betterer > BettererOptionsOverride > ignores
A glob pattern to match file paths that should be ignored by the file watcher in watch mode, or an array of them. All ignores should be relative to the cwd.
Signature
ignores?: BettererOptionsIgnores;