Searched refs:ignorePath (Results 1 – 3 of 3) sorted by relevance
12 (ignorePath) => new minimatch.Minimatch(ignorePath, minimatchOptions)
12 …const minimatchObjs = ignorePaths.map((ignorePath) => new minimatch_1.default.Minimatch(ignorePath…
108 const ignorePath = path.join(projectRoot, '.gitignore'); constant109 if (!fs.existsSync(ignorePath)) {110 await fs.promises.copyFile(templatePath, ignorePath);