From 71193339dbcedc1444fee876985cb98764a37fdb Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Thu, 16 Jun 2016 14:03:18 -0500 Subject: [PATCH] Updated update scaffold. (#173) --- template/scripts/blt/update-scaffold | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/scripts/blt/update-scaffold b/template/scripts/blt/update-scaffold index 3fd81d0e9..e0f79bdf1 100755 --- a/template/scripts/blt/update-scaffold +++ b/template/scripts/blt/update-scaffold @@ -8,6 +8,8 @@ command -v svn >/dev/null 2>&1 || { echo "The svn command could not be found. Pl # Upstream directories to pull. These will be prefixed with "template/". BLT_DIRS=( "blt.sh" + "example.project.local.yml" + ".gitignore" "build/core" "factory-hooks/post-settings-php/protect_env.php.example" "hooks/samples"