Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-04-14 15:31:00 +0300
committerJoas Schilling <coding@schilljs.com>2020-04-14 15:31:00 +0300
commitcb6b8f851dded3a4cf2f785ac538fa2bcb9a4d9a (patch)
tree32ea124a269b455d97131b32564e378142c89469 /Makefile
parenta2e7c0a5291b8f9c6bf6cc6a1fd7f01c89247172 (diff)
Remove more dev files from final package
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 60fd9f269..184c3a081 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,7 @@ appstore:
rm -rf $(build_dir)
mkdir -p $(sign_dir)
rsync -a \
+ --exclude=babel.config.js \
--exclude=/build \
--exclude=check-vuejs-builds.sh \
--exclude=docs \
@@ -68,6 +69,7 @@ appstore:
--exclude=.gitattributes \
--exclude=.github \
--exclude=.gitignore \
+ --exclude=jest.config.js \
--exclude=.l10nignore \
--exclude=mkdocs.yml \
--exclude=Makefile \