From 2b6970929e6227cb716b16082747f98d221c9854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 24 Aug 2018 16:06:44 -0400 Subject: [PATCH] Documenting allowing contrib modules for migration through composer lock file --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 28b4c4d..2b7e68c 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,10 @@ vendor/ .vagrant ## Ignore lock file during development / not used on platform anyway -composer.lock +## Temporarily allow deployment of select contrib modules (by permitting the lock file). +## So far we are using select contrib modules for migration only, which wouldn't +## technically ever be required on the platform... but they'd have to be uninstalled +## before the configuration were deployed. We need to at least report to sites "your +## composer.json/composer.lock file called for modules X and Y, which were not deployed" +## to make it easier to understand the resulting config import error :-/ +# composer.lock