1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-25 20:59:28 +01:00

.gitattribute to not pollute PRs or stats

This commit is contained in:
Amir Alavi
2023-07-22 11:01:59 -04:00
parent 06dc26a83e
commit 68f43fe591

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