From 3a3cbcfdf077242cf788d8c9a9ac68bd77cb4ff5 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 16 Dec 2021 01:52:01 -0800 Subject: [PATCH] Set correct language for Dockerfile variants (#17999) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6ee47c85de..05dde22ccc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,4 @@ /.eslintrc linguist-language=YAML /.stylelintrc linguist-language=YAML /web_src/fomantic/build/** linguist-generated +Dockerfile.* linguist-language=Dockerfile