From 0054904454afb1330efcf66c429491c349cbc565 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adam=20=C5=BDurek?= <thejabko@gmail.com>
Date: Mon, 22 Jun 2020 14:45:57 +0200
Subject: [PATCH] highlight Dockerfile.dev as Dockerfile in github ui (#36933)

---
 .gitattributes | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index caff2fc5c1f..e70ab0a2c70 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -8,3 +8,5 @@
 *.png binary
 *.zip binary
 *.mp3 binary
+
+Dockerfile.dev linguist-language=Dockerfile
-- 
GitLab