UNPKG

netlify

Version:

Netlify command line tool

4 lines 310 B
import { ensureNetlifyIgnore as originalEnsureNetlifyIgnore } from '@netlify/dev-utils'; import { log, warn, logError } from './command-helpers.js'; export const ensureNetlifyIgnore = async (rootDir) => originalEnsureNetlifyIgnore(rootDir, { log, warn, error: logError }); //# sourceMappingURL=gitignore.js.map