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;