From e18b988c463202c2b762ceccaee9a423d309880a Mon Sep 17 00:00:00 2001 From: Steven Wichers Date: Mon, 16 Jan 2017 07:47:23 -0700 Subject: [PATCH] Fixes #983: Exclude project.local.yml from deploy builds. (#984) --- phing/files/deploy-exclude.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/phing/files/deploy-exclude.txt b/phing/files/deploy-exclude.txt index 46712173d..d892f43c9 100644 --- a/phing/files/deploy-exclude.txt +++ b/phing/files/deploy-exclude.txt @@ -29,3 +29,4 @@ local.settings.php local.drushrc.php node_modules /vendor +project.local.yml