From caf091e3f7a3f940fec8ada5e0c1cda12e20b005 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Tue, 10 Dec 2024 13:30:05 +0100
Subject: [PATCH] composer/plugin/drupal-environment#21 Clean-up recipe storage
 and setup

---
 test-and-deploy.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index 7a4d906..a6a5408 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -41,6 +41,7 @@ Debug:
     - drush/
     - files/
     - keys/
+    - recipes/
     - settings/
     - vendor/
     - web/core/
@@ -59,6 +60,7 @@ Debug:
     - config/
     - drush/
     - keys/
+    - recipes/
     - vendor/
     - web/
     - .env
@@ -77,6 +79,7 @@ Debug:
     - backup/
     - crontabs/
     - drush/drush.yml
+    - recipes/
     - settings/
     - tests/mailpitout.yml
     - mailpit/mailpitout.yml
@@ -92,6 +95,7 @@ Debug:
     - drush/
     - files/
     - keys/
+    - recipes/
     - settings/
     - tests/
     - vendor/
-- 
GitLab