diff --git a/.gitattributes b/.gitattributes index 5d79e646ae..66738860ad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,11 +4,11 @@ app/*/* linguist-detectable=false app/*/*/* linguist-detectable=false app/*/*/*/* linguist-detectable=false app/*/*/*/*/* linguist-detectable=false -# app/config/* linguist-detectable=false -# app/config/* linguist-detectable=false -# app/config/*/* linguist-detectable=false -# app/config/*/*/* linguist-detectable=false -# app/config/*/*/*/* linguist-detectable=false +app/config/* linguist-detectable=false +app/config/* linguist-detectable=false +app/config/*/* linguist-detectable=false +app/config/*/*/* linguist-detectable=false +app/config/*/*/*/* linguist-detectable=false # src/* linguist-detectable=false # src/* linguist-detectable=false # src/*/* linguist-detectable=false @@ -20,3 +20,4 @@ tests/*/* linguist-detectable=false tests/*/*/* linguist-detectable=false tests/*/*/*/* linguist-detectable=false tests/*/*/*/*/* linguist-detectable=false +tests/*/*/*/*/*/* linguist-detectable=false