@omni-door/tpl-component-library-react
Version:
The React component-library-react project template
9 lines (8 loc) • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var utils_1 = require("@omni-door/utils");
var tpl = "`.idea\n.DS_Store\n*~\n~*\n\n.nyc_output\n.docz\n.omni_cache\nnode_modules\nlib\nes\ndist*\n\npackage-lock.json\n\n*.log\n`";
exports.tpl_ignore_git = {
tpl: tpl
};
exports.default = utils_1.tpl_engine_init(exports.tpl_ignore_git, 'tpl');