Compare commits

...

1 Commits

Author SHA1 Message Date
Angela P Wen
3006970986 Use merge=union for package.json 2024-04-17 17:07:22 -07:00

3
.gitattributes vendored
View File

@@ -1,9 +1,10 @@
lib/*.js linguist-generated=true
.github/workflows/__* linguist-generated=true
# Reduce incidence of needless merge conflicts on CHANGELOG.md
# Reduce incidence of needless merge conflicts on CHANGELOG.md and package.json
# The man page at
# https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html
# suggests that this might interleave lines arbitrarily, but empirically
# it keeps added chunks contiguous
CHANGELOG.md merge=union
package.json merge=union