mirror of
https://github.com/github/codeql-action.git
synced 2026-05-13 18:10:37 +00:00
Use merge=union for package.json
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user