Exclude unneeded files from appstore build

This commit is contained in:
Raimund Schlüßler 2019-08-07 21:20:13 +02:00
parent 2ad4691e26
commit 50c4bbdf59
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
1 changed files with 4 additions and 0 deletions

View File

@ -113,10 +113,12 @@ appstore: clean build-svg-sprite build-js-production
--exclude=/.git \
--exclude=/.babelrc \
--exclude=/.babelrc.js \
--exclude=/.codecov.yml \
--exclude=/.editorconfig \
--exclude=/.eslintrc.js \
--exclude=/.gitattributes \
--exclude=/.gitignore \
--exclude=/.phpunit.result.cache \
--exclude=/.gitlab-ci.yml \
--exclude=/.prettierrc.js \
--exclude=/.scrutinizer.yml \
@ -131,6 +133,8 @@ appstore: clean build-svg-sprite build-js-production
--exclude=/Makefile \
--exclude=/package-lock.json \
--exclude=/package.json \
--exclude=/phpunit.xml \
--exclude=/phpunit.integration.xml \
--exclude=/README.md \
--exclude=/svg-sprite-bw.json \
--exclude=/svg-sprite-bw.tmpl \