exclude custom Loaders from .gitignore

This commit is contained in:
Taras Machyshyn
2014-12-16 12:34:45 +02:00
parent 2787d3bc72
commit bdd6538984

10
.gitignore vendored
View File

@@ -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/