Skip to content

Commit fe258ce

Browse files
committed
fixup! Add omitAppleDoubleFilesFromBuildCache experiment to filter macOS metadata files from build cache
1 parent 7382873 commit fe258ce

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

libraries/rush-lib/assets/rush-init/common/config/rush/experiments.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,13 @@
117117
* subspace. This is useful for large product groups who work in separate subspaces and generally prefer to consume
118118
* each other's packages via the NPM registry.
119119
*/
120-
/*[LINE "HYPOTHETICAL"]*/ "exemptDecoupledDependenciesBetweenSubspaces": false
120+
/*[LINE "HYPOTHETICAL"]*/ "exemptDecoupledDependenciesBetweenSubspaces": false,
121+
122+
/**
123+
* If true, when running on macOS, Rush will omit AppleDouble files (._*) from build cache archives
124+
* when a companion file exists in the same directory. AppleDouble files are automatically created by
125+
* macOS to store extended attributes on filesystems that don't support them, and should generally not
126+
* be included in the shared build cache.
127+
*/
128+
/*[LINE "HYPOTHETICAL"]*/ "omitAppleDoubleFilesFromBuildCache": true
121129
}

0 commit comments

Comments
 (0)