Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.02 KB

File metadata and controls

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

Home > @microsoft/rush-lib > IExperimentsJson > omitAppleDoubleFilesFromBuildCache

IExperimentsJson.omitAppleDoubleFilesFromBuildCache property

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

If true, when running on macOS, Rush will omit AppleDouble files (._*<></>) from build cache archives when a companion file exists in the same directory. AppleDouble files are automatically created by macOS to store extended attributes on filesystems that don't support them, and should generally not be included in the shared build cache.

Signature:

omitAppleDoubleFilesFromBuildCache?: boolean;