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-05-10 21:52:50 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-05-29 19:39:33 +0300
commitc7590d4ed7ac1204631c0498cd0219291d049b52 (patch)
tree371d8da6f025df9137bf651fe94ac9cc39668948 /Makefile
parent3503b5569752010e8ff290ba718a415feb05d5a9 (diff)
Prevent merge conflicts of the changelog files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1d2b3ef0f..3e009e8f4 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,8 @@ appstore: clean install-deps optimize-js
--exclude=$(project_dir)/build/artifacts \
--exclude=$(project_dir)/node_modules \
--exclude=$(project_dir)/.bowerrc \
+ --exclude=$(project_dir)/.gitattributes \
+ --exclude=$(project_dir)/.gitignore \
--exclude=$(project_dir)/.jscsrc \
--exclude=$(project_dir)/.jshintrc \
--exclude=$(project_dir)/.jshintignore \