From bdd653898459e7908926040276e22887b68e1d5b Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Tue, 16 Dec 2014 12:34:45 +0200 Subject: [PATCH] exclude custom Loaders from .gitignore --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9574cb7ee2..90266998a4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ /data/preferences/* /data/.backup/* /data/config.php -/custom /build /node_modules /client @@ -14,3 +13,12 @@ /tests/testData/cache/* composer.phar vendor/ + +/custom/* +!/custom/Espo/ +/custom/Espo/* +!/custom/Espo/Custom/ +/custom/Espo/Custom/* +!/custom/Espo/Custom/Core/ +/custom/Espo/Custom/Core/* +!/custom/Espo/Custom/Core/Loaders/ \ No newline at end of file