From f25079d00e4b7559cc31119b2c16c7b9e3fde3d5 Mon Sep 17 00:00:00 2001 From: David Pagini Date: Tue, 6 Sep 2016 16:32:14 -0400 Subject: [PATCH 1/2] Exclude directories from the deploy artifact. * Exclude `/scripts` directory * Exclude `/patches` directory * Exclude `/tmp` directory --- phing/files/deploy-exclude.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phing/files/deploy-exclude.txt b/phing/files/deploy-exclude.txt index d6ea4d987..0606d1144 100644 --- a/phing/files/deploy-exclude.txt +++ b/phing/files/deploy-exclude.txt @@ -16,10 +16,13 @@ /docroot/themes/contrib /drush/contrib /drush.wrapper +/patches /project.yml /README.md /readme +/scripts /tests +/tmp /Vagrantfile .git .gitignore From 617f5db031610d4aea049d982e0877e2e04b12d6 Mon Sep 17 00:00:00 2001 From: David Pagini Date: Tue, 6 Sep 2016 16:40:00 -0400 Subject: [PATCH 2/2] Undo adding /scripts directory Realizing this is a remnant of the pre-composer acquia/blt. --- phing/files/deploy-exclude.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/phing/files/deploy-exclude.txt b/phing/files/deploy-exclude.txt index 0606d1144..6608cb0aa 100644 --- a/phing/files/deploy-exclude.txt +++ b/phing/files/deploy-exclude.txt @@ -20,7 +20,6 @@ /project.yml /README.md /readme -/scripts /tests /tmp /Vagrantfile