From d9aa6919d829838a9cae06e47fde9cc8b1cb3dfe Mon Sep 17 00:00:00 2001 From: No Name Pro Date: Thu, 1 Oct 2020 16:22:08 +0200 Subject: [PATCH] gitattributes: let github treat all Dockerfile.* files just like Dockerfile (#6522) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1dee68f1ac..6d8d6dc22c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.v linguist-language=V text=auto eol=lf *.vv linguist-language=V text=auto eol=lf *.bat text=auto eol=crlf + Dockerfile.* linguist-language=Dockerfile