From f9d3911c164d19a03e39d2bd3b080c80a9a6ef5c Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 12 Feb 2021 08:32:34 +0200 Subject: [PATCH] Updated gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ea5988bf21..b7079b0788 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.html linguist-detectable=false *.phtml linguist-detectable=false -app/config/* linguist-detectable=false \ No newline at end of file +app/config/* linguist-detectable=false +tests/* linguist-detectable=false \ No newline at end of file