mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
exclude custom Loaders from .gitignore
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -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