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-02-03 11:49:30 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-02-03 11:49:30 +0300
commit191478647915854ddc08facb3b9270b9626a6469 (patch)
treecc0ff6024e7a3019763afb9071da890f51c88bbe /Makefile
parent4fe5dfcb3fb3b7468ef5c04d12cd1aa5e8848dd9 (diff)
update excluded files for packaging
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c683abd38..9ac32fd77 100644
--- a/Makefile
+++ b/Makefile
@@ -54,16 +54,17 @@ appstore: clean install-deps optimize-js
--exclude=$(project_dir)/.jshintignore \
--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 \
--exclude=$(project_dir)/composer.phar \
--exclude=$(project_dir)/Gruntfile.js \
- --exclude=$(project_dir)/install_ubuntu.sh \
+ --exclude=$(project_dir)/issue_template.md \
--exclude=$(project_dir)/karma.conf.js \
--exclude=$(project_dir)/package.json \
--exclude=$(project_dir)/translation-extractor.php \
- --exclude=$(project_dir)/translations.js \
--exclude=$(project_dir)/phpunit*xml \
--exclude=$(project_dir)/Makefile \
--exclude=$(project_dir)/tests \