Home
last modified time | relevance | path

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

/expo/tools/src/
H A DGit.ts116 const dotGitPath = join(this.path, '.git'); constant
117 if (!(await fs.pathExists(dotGitPath))) {