Use merge=union for changelogs to avoid constant conflicts.

This commit is contained in:
Dario Nieuwenhuis 2025-09-05 16:27:48 +02:00
parent 1c2fa92293
commit b8577a3133

7
.gitattributes vendored
View File

@ -17,6 +17,13 @@
.vscode/*.json linguist-language=JSON-with-Comments
# Configure changelog files to use union merge strategy
# This prevents merge conflicts by automatically combining changes from both branches
CHANGELOG.md merge=union
changelog.md merge=union
CHANGELOG.txt merge=union
changelog.txt merge=union
*.raw binary
*.bin binary
*.png binary