From 2517d053e6b1eac0a6edad99450d8465d9508aae Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Sun, 28 Nov 2021 01:39:57 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9849a393b..5d79e646a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,17 +4,17 @@ 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 -src/*/*/* linguist-detectable=false -src/*/*/*/* linguist-detectable=false -src/*/*/*/*/* 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 +# src/*/*/* linguist-detectable=false +# src/*/*/*/* linguist-detectable=false +# src/*/*/*/*/* linguist-detectable=false tests/* linguist-detectable=false tests/*/* linguist-detectable=false tests/*/*/* linguist-detectable=false