From 2b098dabfef2a05c20adb8ebc9f54d02f2219a57 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Sun, 28 Nov 2021 01:35:11 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b654c29ee..055b1568d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,8 +3,13 @@ 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 tests/* linguist-detectable=false tests/*/* linguist-detectable=false tests/*/*/* linguist-detectable=false tests/*/*/*/* linguist-detectable=false -tests/*/*/*/*/* linguist-detectable=false \ No newline at end of file +tests/*/*/*/*/* linguist-detectable=false