From 6792ab5e07f21dfbc01fcd4fe1742ccba10f8363 Mon Sep 17 00:00:00 2001 From: Sally Young Date: Thu, 19 Oct 2023 16:38:54 +0100 Subject: [PATCH] Make sure .git/info/exclude exists --- install.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/install.yaml b/install.yaml index f52df93..55339ee 100644 --- a/install.yaml +++ b/install.yaml @@ -30,6 +30,7 @@ post_install_actions: - cp core-dev/gitignore ../vendor/.gitignore - cp core-dev/gitignore ../sites/simpletest/.gitignore - cp core-dev/gitignore ../sites/default/files/.gitignore + - touch .git/info/exclude - | if ! grep -q "\/sites\/default\/settings.php" ../.git/info/exclude; then echo "/sites/default/settings.php" >> ../.git/info/exclude