UNPKG

@omni-door/tpl-spa-react

Version:

The React single-page-application project template

10 lines (9 loc) 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tpl_ignore_git = void 0; var utils_1 = require("@omni-door/utils"); var tpl = "`.idea\n.DS_Store\n*~\n~*\n\nnode_modules\nlib\nes\numd\ndist\n\n*.log\n`"; exports.tpl_ignore_git = { tpl: tpl }; exports.default = utils_1.tplEngineInit(exports.tpl_ignore_git, 'tpl');