From b97aa8e3a7f4e518a9a1e300442ec4ed25f365dc Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Fri, 27 Nov 2020 12:26:30 +0200 Subject: [PATCH] Fix gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index eeeec91909..a4e87cbd2a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ /data/tmp/* /build /node_modules -npm-debug.log +/npm-debug.log /test.php /main.html @@ -15,7 +15,7 @@ npm-debug.log !/tests/unit/testData/cache/.data /tests/integration/config.php .phpunit.result.cache -composer.phar +/composer.phar /vendor/ /custom/Espo/Custom/* /install/config.php \ No newline at end of file