From f1c501cb479af382d9c0298264df03b097daa572 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Sun, 28 Nov 2021 01:50:16 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5d79e646a..913c00ffc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,14 +1,14 @@ -app/* linguist-detectable=false -app/* linguist-detectable=false -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/* linguist-detectable=false +# app/* linguist-detectable=false +# 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 # 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