Exclude unneeded files from build
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
1946a9fc90
commit
5982065ea6
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue