From b19991ed9e982a3ba3035648d1914154eb5fdb73 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 28 Nov 2021 01:56:10 +0200 Subject: [PATCH] Updated gitattributes --- .gitattributes | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index 66738860ad..78208eca78 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,20 +1,30 @@ -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/* 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 -# src/*/*/* linguist-detectable=false -# src/*/*/*/* linguist-detectable=false -# src/*/*/*/*/* linguist-detectable=false +app/controllers/* linguist-detectable=false +app/controllers/* linguist-detectable=false +app/controllers/*/* linguist-detectable=false +app/controllers/*/*/* linguist-detectable=false +app/controllers/*/*/*/* linguist-detectable=false +app/workers/* linguist-detectable=false +app/workers/* linguist-detectable=false +app/workers/*/* linguist-detectable=false +app/workers/*/*/* linguist-detectable=false +app/workers/*/*/*/* 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