st-create-app
Version:
Scaffold SpringType apps.
21 lines • 441 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.filesAllowedToResistInAppDir = [
'.DS_Store',
'Thumbs.db',
'.git',
'.gitignore',
'.idea',
'README.md',
'LICENSE',
'.hg',
'.hgignore',
'.hgcheck',
'.npmignore',
'mkdocs.yml',
'docs',
'.travis.yml',
'.gitlab-ci.yml',
'.gitattributes',
];
//# sourceMappingURL=filesAllowedToResistInAppDir.js.map