diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a51376f0d..2850eb3b1 100644 --- a/.gitattributes +++ b/.gitattributes | |||
| @@ -17,6 +17,13 @@ | |||
| 17 | 17 | ||
| 18 | .vscode/*.json linguist-language=JSON-with-Comments | 18 | .vscode/*.json linguist-language=JSON-with-Comments |
| 19 | 19 | ||
| 20 | # Configure changelog files to use union merge strategy | ||
| 21 | # This prevents merge conflicts by automatically combining changes from both branches | ||
| 22 | CHANGELOG.md merge=union | ||
| 23 | changelog.md merge=union | ||
| 24 | CHANGELOG.txt merge=union | ||
| 25 | changelog.txt merge=union | ||
| 26 | |||
| 20 | *.raw binary | 27 | *.raw binary |
| 21 | *.bin binary | 28 | *.bin binary |
| 22 | *.png binary | 29 | *.png binary |
