From caa31d937494df40bb54a1dac3ad1a9757db1629 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 14 Dec 2021 21:09:32 +0100 Subject: [PATCH] fix linguist with .gitattributes Signed-off-by: CrazyMax --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..4f1544141a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +Dockerfile* linguist-language=Dockerfile +vendor.mod linguist-language=Go-Module +vendor.sum linguist-language=Go-Checksums