@h4ad/node-modules-packer
Version:
<h1 align="center"> 🚀 Node Modules Packer </h1>
81 lines • 1.62 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultIgnoredFileExtensions = void 0;
exports.defaultIgnoredFileExtensions = [
'.spec.js',
'.ts',
'.d.ts',
'.js.map',
'.cjs.map',
'.mjs.map',
'.d.ts.map',
'.css.map',
'.md',
'.txt',
'.png',
'.h',
'.c',
'Jenkinsfile',
'Makefile',
'Gulpfile.js',
'Gruntfile.js',
'gulpfile.js',
'.DS_Store',
'.tern-project',
'.gitattributes',
'.editorconfig',
'.eslintrc',
'eslint',
'.eslintrc.js',
'.eslintrc.json',
'.eslintrc.yml',
'.eslintignore',
'.stylelintrc',
'stylelint.config.js',
'.stylelintrc.json',
'.stylelintrc.yaml',
'.stylelintrc.yml',
'.stylelintrc.js',
'.htmllintrc',
'htmllint.js',
'.lint',
'.npmrc',
'.npmignore',
'.jshintrc',
'.flowconfig',
'.documentup.json',
'.yarn-metadata.json',
'.travis.yml',
'appveyor.yml',
'.gitlab-ci.yml',
'circle.yml',
'.coveralls.yml',
'CHANGES',
'changelog',
'LICENSE.txt',
'LICENSE',
'LICENSE-MIT',
'LICENSE.BSD',
'license',
'AUTHORS',
'CONTRIBUTORS',
'.yarn-integrity',
'.yarnclean',
'_config.yml',
'.babelrc',
'.yo-rc.json',
'jest.config.js',
'karma.conf.js',
'wallaby.js',
'wallaby.conf.js',
'.prettierrc',
'.prettierrc.yml',
'.prettierrc.toml',
'.prettierrc.js',
'.prettierrc.json',
'prettier.config.js',
'.appveyor.yml',
'tsconfig.json',
'tslint.json',
];
//# sourceMappingURL=extensions.js.map