Searched refs:skippedPaths (Results 1 – 1 of 1) sorted by relevance
18 skippedPaths: string[];37 { skippedPaths, gitignore }: CopyFilesResults41 if (skippedPaths.length) {43 ` | ${skippedPaths.map((path) => chalk.bold(`/${path}`)).join(', ')} already created`105 const skippedPaths = []; constant112 skippedPaths.push(copyFilePath);117 return { copiedPaths, skippedPaths };