From d581989f9b09ad0a9387e36992be1a09fc3f37a9 Mon Sep 17 00:00:00 2001 From: Marat Reymers Date: Mon, 1 Aug 2022 15:49:29 +0300 Subject: [PATCH] chore: syntax highlight for all dockerfiles --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 32f1001be0a5..236bbf95fc20 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ go.sum linguist-generated +Dockerfile.* linguist-language=Dockerfile