Skip to content

Commit

Permalink
Reduce packaging blacklist to only include the few things that still …
Browse files Browse the repository at this point in the history
…need blacklisting
  • Loading branch information
absidue committed Aug 25, 2022
1 parent 3aaaf92 commit 7d4b485
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions _scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,14 @@ const config = {
'icon.svg',
'./dist/**/*',
'!dist/web/*',
'!**/node_modules/**/.*',
'!**/node_modules/**/index.html',
'!node_modules/**/*',

// renderer
'node_modules/{miniget,ytpl,ytsr}/**/*',

'!**/{.github,Jenkinsfile}',
'!**/{CHANGES.md,CODE_OF_CONDUCT.md,CONTRIBUTING.md,CONTRIBUTION.md,DEVELOPMENT.md,docs,docs.md,docs.mli,examples,History.md,HISTORY.md,README.md,TODO.md,UPGRADE_GUIDE.md,UPGRADING.md}',
'!**/{commitlint.config.js,.editorconfig,.eslintignore,.eslintrc.{js,yml},.gitmodules,.huskyrc,.lintstagedrc,.nvmrc,.nycrc{,.json},.prettierrc{,.yaml},tslint.json}',
'!**/{.babelrc,bower.json,Gruntfile.js,Makefile,.npmrc.proregistry,rollup.config.js,.tm_properties,.tool-versions,tsconfig.json,webpack.config.js}',
'!**/*.{{,c,m}js,min,ts}.map',
'!**/README.md',
'!**/*.js.map',
'!**/*.d.ts',
'!**/node_modules/**/{bin,man,scripts}/*',
],
dmg: {
contents: [
Expand Down

0 comments on commit 7d4b485

Please sign in to comment.