From 2c99fa8abe6d1441e7359d6958b79d7a49b81fd1 Mon Sep 17 00:00:00 2001 From: Jens Jacobsen Date: Sat, 12 May 2018 14:18:22 +0200 Subject: [PATCH] [TASK] Add .ddev directory to deployer excludes --- .gitlab-ci/deployer/deploy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/deployer/deploy.php b/.gitlab-ci/deployer/deploy.php index da0cec42..2203ad75 100644 --- a/.gitlab-ci/deployer/deploy.php +++ b/.gitlab-ci/deployer/deploy.php @@ -30,6 +30,7 @@ $exclude = [ '.gitignore', '.htaccess', '.git', + '.ddev', 'Readme.rst', 'Readme.txt', 'Upgrading.rst', -- GitLab