UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

9 lines (8 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setupGitIgnore = void 0; /** * Setup "gitignore" for new application */ const setupGitIgnore = (options) => { }; exports.setupGitIgnore = setupGitIgnore;