From 7d65d6127e945699d3a882dbf32fc3a5aa60772b Mon Sep 17 00:00:00 2001 From: Lonnie Ezell Date: Tue, 24 Mar 2015 00:25:47 -0500 Subject: [PATCH] Don't remove the build directory when creating a release --- build/scripts/SprintRelease.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/SprintRelease.php b/build/scripts/SprintRelease.php index 243b1980..6de98dd0 100644 --- a/build/scripts/SprintRelease.php +++ b/build/scripts/SprintRelease.php @@ -13,7 +13,7 @@ class SprintRelease extends BaseBuilder { protected $source_path; protected $dest_path; - protected $ignore_files = ['.', '..', '.git', 'vendor', '.idea', '.travis.yml', 'build']; + protected $ignore_files = ['.', '..', '.git', 'vendor', '.idea', '.travis.yml']; public function __construct($destination) {