Files
espocrm/.gitignore
Yuri Kuznetsov ddbed22a6f config internal
2021-08-04 16:41:18 +03:00

26 lines
458 B
Plaintext

/data/logs/*
/data/cache/*
/data/upload/*
/data/preferences/*
/data/.backup/*
/data/config.php
/data/config-internal.php
/data/tmp/*
/build
/node_modules
/npm-debug.log
/test.php
/main.html
/tests/unit/testData/cache/*
!/tests/unit/testData/cache/.data
/tests/integration/config.php
.phpunit.result.cache
/composer.phar
/vendor/
/custom/Espo/Custom/*
/custom/Espo/Modules/*
!/custom/Espo/Custom/.htaccess
!/custom/Espo/Modules/.htaccess
/install/config.php