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>2019-12-16 14:09:13 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-16 14:09:13 +0300
commit624bedb31a6ede47ddd669de0cf473a5904cbfc6 (patch)
tree6640eb56f8ab8e9eccd74c41eb10363117af89c4 /Makefile
parent5794a151d72cb4985c1de33eddf58227ff3f1215 (diff)
Remove more files from the release package
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 11623cd20..d9536c227 100644
--- a/Makefile
+++ b/Makefile
@@ -58,10 +58,12 @@ appstore:
--exclude=bower.json \
--exclude=.bowerrc \
--exclude=/build \
+ --exclude=check-vuejs-builds.sh \
--exclude=docs \
--exclude=.drone.yml \
--exclude=.eslintignore \
--exclude=.eslintrc.yml \
+ --exclude=.eslintrc.js \
--exclude=.git \
--exclude=.gitattributes \
--exclude=.github \
@@ -71,6 +73,7 @@ appstore:
--exclude=js/**.js.map \
--exclude=l10n/no-php \
--exclude=.l10nignore \
+ --exclude=mkdocs.yml \
--exclude=Makefile \
--exclude=node_modules \
--exclude=package.json \
@@ -81,9 +84,11 @@ appstore:
--exclude=.scrutinizer.yml \
--exclude=src \
--exclude=.stylelintrc \
+ --exclude=.stylelintignore \
--exclude=tests \
--exclude=.travis.yml \
--exclude=.tx \
+ --exclude=webpack.*.js \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [ -f $(cert_dir)/$(app_name).key ]; then \
echo "Signing app files…"; \