From 469f9bc17a7ea5fe1bd6ce144b0b21d5e6842855 Mon Sep 17 00:00:00 2001 From: Jens Kohl Date: Tue, 26 Mar 2019 09:52:21 +0000 Subject: [PATCH] Add Dockerfile syntax highlighting --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c6a9b1a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Dockerfile.* gitlab-language=dockerfile \ No newline at end of file