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:
-rw-r--r--.gitattributes1
-rw-r--r--Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..a19ade077
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+CHANGELOG.md merge=union
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 \