openxiangda 1.0.166 → 1.0.167
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/workspace-init.js +2 -0
- package/package.json +1 -1
package/lib/workspace-init.js
CHANGED
|
@@ -19,6 +19,8 @@ const TEMPLATE_IGNORE_NAMES = new Set([
|
|
|
19
19
|
const TEMPLATE_IGNORE_PATHS = new Set([
|
|
20
20
|
'.openxiangda/build-cache.json',
|
|
21
21
|
'.openxiangda/build-cache.json.lock',
|
|
22
|
+
'.openxiangda/build-cache.cli-v4.json',
|
|
23
|
+
'.openxiangda/build-cache.cli-v4.json.lock',
|
|
22
24
|
'.openxiangda/worktree-owner.json',
|
|
23
25
|
'.openxiangda/worktree-owner.json.lock',
|
|
24
26
|
]);
|