Exclude unneeded files from build

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2020-03-07 22:42:23 +01:00
parent 1946a9fc90
commit 5982065ea6
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ appstore: clean build-svg-sprite build-js-production
mkdir -p $(appstore_build_directory) $(appstore_artifact_directory)
rsync -av . $(appstore_build_directory) \
--exclude=/.git \
--exclude=/.github \
--exclude=/.babelrc \
--exclude=/.babelrc.js \
--exclude=/.codecov.yml \
@ -127,6 +128,7 @@ appstore: clean build-svg-sprite build-js-production
--exclude=/.tx \
--exclude=/.v8flags*.json \
--exclude=/build.xml \
--exclude=/composer.json \
--exclude=/CONTRIBUTING.md \
--exclude=/issue_template.md \
--exclude=/gulpfile.js \