From e9f230662556b3301fbbd3433531eef7d7e18547 Mon Sep 17 00:00:00 2001
From: Jeff Geerling <geerlingguy@mac.com>
Date: Wed, 14 Dec 2016 15:40:09 -0500
Subject: [PATCH] Fixes #796: Don't exclude local.* files from build artifact.

---
 phing/files/deploy-exclude.txt | 4 ++--
 template/.gitignore            | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/phing/files/deploy-exclude.txt b/phing/files/deploy-exclude.txt
index b854c95fa..125207fae 100644
--- a/phing/files/deploy-exclude.txt
+++ b/phing/files/deploy-exclude.txt
@@ -25,7 +25,7 @@
 /.gitignore
 .git
 example.*
-local.*
-*.local.*
+local.settings.php
+local.drushrc.php
 node_modules
 /vendor
diff --git a/template/.gitignore b/template/.gitignore
index fa5a76a2b..3b82e6fb5 100644
--- a/template/.gitignore
+++ b/template/.gitignore
@@ -1,5 +1,6 @@
 # Ignore configuration files that may contain sensitive information.
-local.*
+local.settings.php
+local.drushrc.php
 *.local
 project.local.yml