mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #36075 from rmmh/root-gitattributes
Automatic merge from submit-queue Move .gitattributes annotation to the root, so GitHub will respect them. This should fix the merge conflicts by letting GitHub use the simpler line-by-line algorithm for this file. Having .gitattributes in a sub-directory would work for local merging, but would show conflicts on the web UI.
This commit is contained in:
commit
539165d899
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
hack/verify-flags/known-flags.txt merge=union
|
||||
test/test_owners.csv merge=union
|
1
hack/verify-flags/.gitattributes
vendored
1
hack/verify-flags/.gitattributes
vendored
@ -1 +0,0 @@
|
||||
known-flags.txt merge=union
|
1
test/.gitattributes
vendored
1
test/.gitattributes
vendored
@ -1 +0,0 @@
|
||||
test_owners.csv merge=union
|
Loading…
Reference in New Issue
Block a user