From 2653873ff6c3329ea7ab45fcfb39dbd2f2ed4e83 Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Mon, 5 Jan 2015 17:31:01 +0200 Subject: [PATCH] removed support custom loaders --- .gitignore | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 90266998a4..856aa4eb16 100644 --- a/.gitignore +++ b/.gitignore @@ -13,12 +13,4 @@ /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 +/custom \ No newline at end of file