exclude custom Loaders from .gitignore
This commit is contained in:
+9
-1
@@ -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/
|
||||
Reference in New Issue
Block a user