diff --git a/.gitattributes b/.gitattributes index 47f6d98b40..03e65f1908 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,8 @@ -*.ai binary +# MOLLY: Reduce the number of merge conflicts. +# +# Note: also need: +# git config merge.ours.driver true +# git config merge.theirs.driver 'cp -- %B %A' + +/app/src/main/res/values-*/strings.xml merge=theirs +/gradle/verification-metadata.xml merge=union