Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Prevent merge conflicts of the changelog files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophWurst committed May 29, 2016
1 parent 3503b55 commit c7590d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
CHANGELOG.md merge=union
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -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 \
Expand Down

0 comments on commit c7590d4

Please sign in to comment.