From 8c343658ed843770fa9e7e7a3d577d891778d31d Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 16 Oct 2020 16:27:09 -0700 Subject: [PATCH] Fix .gitattributes specificity --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index de47a6e..90ec81c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -**/Dockerfile linguist-generated -Dockerfile*.template linguist-language=Dockerfile +/*/**/Dockerfile linguist-generated +/Dockerfile*.template linguist-language=Dockerfile