mirror of
https://github.com/mollyim/mollyim-insider-android.git
synced 2025-05-12 21:30:40 +01:00
Update .gitattributes for merge conflict resolution
This commit is contained in:
parent
9117a15736
commit
9cc1d39235
1 changed files with 8 additions and 1 deletions
9
.gitattributes
vendored
9
.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue