From 8a82016ea44d5f9c338c3c30c8728c1cc6ea729f Mon Sep 17 00:00:00 2001 From: Omar Lopesino Date: Thu, 12 Dec 2024 11:06:13 +0100 Subject: [PATCH] Ignore recipes folder --- kickstart/common/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kickstart/common/.gitignore b/kickstart/common/.gitignore index 4052e57..39d7596 100644 --- a/kickstart/common/.gitignore +++ b/kickstart/common/.gitignore @@ -30,6 +30,7 @@ /web/core/ /web/modules/contrib/ /web/themes/contrib/ +/web/recipes/ /web/profiles/contrib/ /web/libraries/ @@ -86,4 +87,4 @@ docs/site deploy-artifact/ # Custom ignore rules -## Add here your custom ignore rules \ No newline at end of file +## Add here your custom ignore rules