From e8561d6288a11855a979d1bda50a50fb60694f3c Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Sun, 28 Nov 2021 01:36:29 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 055b1568d3..de3cf9a3c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,11 +3,12 @@ app/config/* linguist-detectable=false app/config/*/* linguist-detectable=false app/config/*/*/* linguist-detectable=false app/config/*/*/*/* linguist-detectable=false -app/src/* linguist-detectable=false -app/src/* linguist-detectable=false -app/src/*/* linguist-detectable=false -app/src/*/*/* linguist-detectable=false -app/src/*/*/*/* linguist-detectable=false +src/* linguist-detectable=false +src/* linguist-detectable=false +src/*/* linguist-detectable=false +src/*/*/* linguist-detectable=false +src/*/*/*/* linguist-detectable=false +src/*/*/*/*/* linguist-detectable=false tests/* linguist-detectable=false tests/*/* linguist-detectable=false tests/*/*/* linguist-detectable=false