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:
authorAlexander Weidinger <alexwegoo@gmail.com>2016-10-13 00:17:01 +0300
committerAlexander Weidinger <alexwegoo@gmail.com>2016-10-13 00:17:01 +0300
commitd1bb6138a4ce2749186c2c0d472b76a887424ebe (patch)
tree81cfa01bf8099eeb1bc0769a5aa8a12a127cc83c /Makefile
parent9ff0231347845f238e01ddc12d3753024a462868 (diff)
Exclude '.lgtm' from tar command.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index abc5474f7..347bb0cdb 100644
--- a/Makefile
+++ b/Makefile
@@ -66,10 +66,11 @@ appstore: clean install-deps optimize-js
--exclude=$(project_dir)/.jscsrc \
--exclude=$(project_dir)/.jshintrc \
--exclude=$(project_dir)/.jshintignore \
+ --exclude=$(project_dir)/.lgtm \
--exclude=$(project_dir)/.travis.yml \
--exclude=$(project_dir)/.scrutinizer.yml \
- --exclude=$(project_dir)/bower.json \
- --exclude=$(project_dir)/CONTRIBUTING.md \
+ --exclude=$(project_dir)/bower.json \
+ --exclude=$(project_dir)/CONTRIBUTING.md \
--exclude=$(project_dir)/composer.json \
--exclude=$(project_dir)/composer.lock \
--exclude=$(project_dir)/composer.phar \