From 076e3388a311acfc30f8e273d07ec3dc961c45b8 Mon Sep 17 00:00:00 2001 From: Alvaro <110414366+alvaro-signal@users.noreply.github.com> Date: Wed, 14 Dec 2022 13:32:07 -0700 Subject: [PATCH] Excluded a bunch more files from the release --- package.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ce1e126553..10146364a5 100644 --- a/package.json +++ b/package.json @@ -429,8 +429,23 @@ "libtextsecure/**", "ts/**/*.js", "ts/*.js", - "stylesheets/*.css", + "!build", + "!ts/{storybook,test-node,test-mock,test-both,test-electron}", + "!**/{tsconfig,bower,component}.json", + "!**/.{github,husky,grenrc,npmrc,nycrc,taprc,bithoundrc}", + "!**/.testem.json", + "!**/.babelrc*", + "!**/.eslintrc*", + "!**/.prettier*", + "!**/.jscs*", + "!**/*travis*.yml", + "!**/{CHANGES,TODO,CHANGES.md~,README.md~}", + "!**/*.stories.js", + "!**/*.jest.js", + "!**/*.{bak,bnf,flow,patch,markdown,bnf,mli,ts,map}", + "!node_modules/intl-tel-input/composer.json", "!js/register.js", + "stylesheets/*.css", "app/*", "preload.bundle.js", "preload_utils.js", @@ -454,7 +469,7 @@ "!**/node_modules/**/build/**", "node_modules/intl-tel-input/build/**", "!**/node_modules/**/prebuilds/**", - "!**/*.{o,hprof,orig,pyc,pyo,rbc}", + "!**/*.{o,hprof,orig,pyc,pyo,rbc,c,h,m}", "!**/._*", "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}", "node_modules/spellchecker/build/Release/*.node",