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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-08-03 14:52:56 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-08-22 22:54:53 +0300
commitd09f2f2829577033d07e6403f8d867916898ad07 (patch)
tree22a754292e8cd2d285178272a2a1b0a1d05d56cb /Makefile
parent804c3760d451df3dfd7ce511deb4e7e3d3cef036 (diff)
adjust packaging
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae4e25fd4..f73c17449 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,7 @@ appstore: clean install-deps optimize-js
tar cvzf $(appstore_dir)/$(package_name).tar.gz $(project_dir) \
--exclude-vcs \
--exclude=$(project_dir)/build \
+ --exclude=$(project_dir)/.github \
--exclude=$(project_dir)/build/artifacts \
--exclude=$(project_dir)/node_modules \
--exclude=$(project_dir)/.bowerrc \
@@ -68,7 +69,6 @@ appstore: clean install-deps optimize-js
--exclude=$(project_dir)/.travis.yml \
--exclude=$(project_dir)/.scrutinizer.yml \
--exclude=$(project_dir)/bower.json \
- --exclude=$(project_dir)/build.js \
--exclude=$(project_dir)/CONTRIBUTING.md \
--exclude=$(project_dir)/composer.json \
--exclude=$(project_dir)/composer.lock \