Home > @microsoft/rush-lib > RushProjectConfiguration > incrementalBuildIgnoredGlobs
RushProjectConfiguration.incrementalBuildIgnoredGlobs property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The incremental analyzer can skip Rush commands for projects whose input files have not changed since the last build. Normally, every Git-tracked file under the project folder is assumed to be an input. Set incrementalBuildIgnoredGlobs to ignore specific files, specified as globs relative to the project folder. The list of file globs will be interpreted the same way your .gitignore file is.
Signature:
readonly incrementalBuildIgnoredGlobs: ReadonlyArray<string>;