npm-analyze
Version:
CLI tool to analyze the dependencies of your project. Size, count, and overhead in modules
75 lines (73 loc) • 1.2 kB
JavaScript
module.exports.FOLDERS = [
'__tests__',
'test',
'tests',
'powered-test',
'docs',
'doc',
'.idea',
'.vscode',
'website',
'example',
'examples',
'coverage',
'.nyc_output',
'.circleci',
'.github'
]
module.exports.FILES = [
'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',
'.jshintrc',
'.flowconfig',
'.documentup.json',
'.yarn-metadata.json',
'.travis.yml',
'appveyor.yml',
'.gitlab-ci.yml',
'circle.yml',
'.coveralls.yml',
'CHANGES',
'changelog',
'license',
'AUTHORS',
'CONTRIBUTORS',
'.yarn-integrity',
'.yarnclean',
'_config.yml',
'.babelrc',
'.yo-rc.json',
'jest.config.js',
'karma.conf.js',
'.appveyor.yml',
'tsconfig.json',
'.zuul.yml',
'.npmrc',
'.npmrc',
'.jscsrc',
'.jscs.json',
'.uglifyjsrc',
'.uglifyjsrc.json',
'Procfile'
]