MCPcopy Create free account
hub / github.com/subquery/subql / defaultGitIgnorePath

Function defaultGitIgnorePath

packages/cli/src/utils/utils.ts:271–273  ·  view source on GitHub ↗
(projectPath: string)

Source from the content-addressed store, hash-verified

269}
270
271export function defaultGitIgnorePath(projectPath: string): string {
272 return path.join(projectPath, DEFAULT_GIT_IGNORE);
273}
274
275export function copyFolderSync(source: string, target: string): void {
276 if (!fs.existsSync(target)) {

Callers 1

prepareGitIgnoreFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected