File tree Expand file tree Collapse file tree
libraries/rush-lib/assets/rush-init/common/config/rush Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments