From ffea7da153eb73d3a37733bbb48abb9b2e88aaec Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 12 Feb 2021 08:36:03 +0200 Subject: [PATCH] Updated gitattributes --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b7079b078..bd96fc023 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,8 @@ *.html linguist-detectable=false *.phtml linguist-detectable=false app/config/* linguist-detectable=false -tests/* linguist-detectable=false \ No newline at end of file +tests/* linguist-detectable=false +tests/*/* linguist-detectable=false +tests/*/*/* linguist-detectable=false +tests/*/*/*/* linguist-detectable=false +tests/*/*/*/*/* linguist-detectable=false \ No newline at end of file