UNPKG

@omni-door/tpl-component-react

Version:
10 lines (9 loc) 718 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tpl_ignore_npm = void 0; var utils_1 = require("@omni-door/utils"); var tpl = "`.idea\n.DS_Store\n*~\n~*\n\n.github\n.vscode\nbuild\nsrc\n*test*\nnode_modules\n.storybook\ndemo\nserver\ndist-*\ndocs\nDEV*.md\n\n# config files\n.eslintignore\n.editorconfig\n.prettierignore\n.eslintrc.js\n.gitignore\n*.config.js\n*.conf.js\ntsconfig.json\ngulpfile.js\nsetupTests.js\n\n_config.yml\n.nyc_output\n.travis.yml\ncoverage\n.nycrc\nmocha.*\n\nyarn.lock\npackage-lock.json\npnpm-lock.yaml\n\n# log files\n*.log\n*.log.*\n`"; exports.tpl_ignore_npm = { tpl: tpl }; exports.default = utils_1.tplEngineInit(exports.tpl_ignore_npm, 'tpl');