Home
last modified time | relevance | path

Searched refs:ignorePath (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/fingerprint/src/utils/
H A DPath.ts12 (ignorePath) => new minimatch.Minimatch(ignorePath, minimatchOptions)
/expo/packages/@expo/fingerprint/build/utils/
H A DPath.js12 …const minimatchObjs = ignorePaths.map((ignorePath) => new minimatch_1.default.Minimatch(ignorePath
/expo/packages/create-expo/src/
H A DTemplate.ts108 const ignorePath = path.join(projectRoot, '.gitignore'); constant
109 if (!fs.existsSync(ignorePath)) {
110 await fs.promises.copyFile(templatePath, ignorePath);