Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.1 KB

File metadata and controls

22 lines (16 loc) · 1.1 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

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>;