From d0da980efd79afa288f81df9879a9f4069e17087 Mon Sep 17 00:00:00 2001 From: Sevan Nerse Date: Tue, 14 Apr 2020 11:54:45 +0300 Subject: [PATCH] modules folder totally ignored except standard modules --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7418ca632..95724539b 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,6 @@ _ide_helper.php .phpstorm.meta.php /storage/debugbar/* .phpunit.result.cache +modules/* +!modules/OfflinePayments +!modules/PaypalStandard