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