From 83394170a1af1e51b832bede11f9ac390b246005 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 1 Dec 2021 16:41:56 +0100 Subject: [PATCH] fix(git): .gitattributes syntax --- .gitattributes | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.gitattributes b/.gitattributes index 03f8edc4a..beb791f5f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,34 +1,16 @@ -; 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/views/* linguist-detectable=false -app/views/* linguist-detectable=false app/views/*/* linguist-detectable=false app/views/*/*/* linguist-detectable=false app/views/*/*/*/* 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/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/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