From 35c0f91720264828cf588ef78ba1b4847128f3fc Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 28 Nov 2021 02:02:58 +0200 Subject: [PATCH] Updated gitattributes --- .gitattributes | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index da20981b07..a878e82cdd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,15 +19,15 @@ app/workers/* linguist-detectable=false app/workers/*/* linguist-detectable=false app/workers/*/*/* linguist-detectable=false app/workers/*/*/*/* linguist-detectable=false -src/Appwrite/Auth/* linguist-detectable=false -src/Appwrite/Auth/*/* linguist-detectable=false -src/Appwrite/Auth/*/*/* 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 +; src/Appwrite/Auth/* linguist-detectable=false +; src/Appwrite/Auth/*/* linguist-detectable=false +; src/Appwrite/Auth/*/*/* 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