1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #1202 from a7i/gitattributes

.gitattribute to not pollute PRs or stats
This commit is contained in:
Kubernetes Prow Robot
2023-08-21 05:09:23 -07:00
committed by GitHub

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
# Always check-out / check-in files with LF line endings.
* text=auto eol=lf
go.sum merge=union
**/zz_generated.*.go linguist-generated=true
vendor/** linguist-vendored