aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes7
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
22CHANGELOG.md merge=union
23changelog.md merge=union
24CHANGELOG.txt merge=union
25changelog.txt merge=union
26
20*.raw binary 27*.raw binary
21*.bin binary 28*.bin binary
22*.png binary 29*.png binary