From e38187bc7d5fed7cb40c627ac430904c6822b047 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Wed, 22 Aug 2018 12:45:31 -0500 Subject: [PATCH] Allow to commit custom modules. The gitignore file was ignoring the module folder, now it just ignore the module/contrib folder. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9942517..7ee8a3d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ web/*.php web/web.config web/.* web/core -web/modules +web/modules/contrib web/profiles web/sites web/themes/contrib