UNPKG

@omni-door/tpl-component-library-react

Version:
9 lines (8 loc) 374 B
"use strict"; 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');