From acced76cc505331035e9c8f1f1364039dcaca749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 24 Aug 2018 16:05:59 -0400 Subject: [PATCH] Document allowing custom modules for migration --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7ee8a3d..5e8bc31 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ web/core web/modules/contrib web/profiles web/sites +## Temporarily allow deployment of custom modules (by only ignoring contrib here). +## So far we are using custom modules for migration only, which wouldn't technically +## ever be required on the platform. web/themes/contrib web/themes/custom/*/*.php web/themes/custom/*/*.js