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