From ccd115b2797c2c901ae0676815ba2edf20529080 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Thu, 16 Jun 2016 16:00:55 -0400 Subject: [PATCH] Tweaking deploy excludes. (#175) * Fixed deploy excludes. * Tweaking deploy excludes. --- template/build/core/files/deploy-exclude.txt | 38 ++++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/template/build/core/files/deploy-exclude.txt b/template/build/core/files/deploy-exclude.txt index 125fddf2b..7d4a4428f 100644 --- a/template/build/core/files/deploy-exclude.txt +++ b/template/build/core/files/deploy-exclude.txt @@ -1,27 +1,27 @@ # These files and their children will not be copied to the deployment artifact. # If these files already exist in the upstream artifact, they will be removed. -.drush-use -.idea +/.drush-use +/.idea +/.travis.yml +/.vagrant +/blt.sh +/build +/deploy +/docroot/core +/docroot/libraries/contrib +/docroot/modules/contrib +/docroot/sites/*/files +/docroot/sites/*/private +/docroot/themes/contrib +/drush/contrib +/drush.wrapper +/project.yml +/readme +/tests +/Vagrantfile .git .gitignore -.travis.yml -.vagrant -blt.sh bower_components -build -deploy -docroot/core -docroot/libraries/contrib -docroot/modules/contrib -docroot/themes/contrib -drush/contrib -drush.wrapper local.* node_modules -project.yml -readme -sites/*/files -sites/*/private -tests -Vagrantfile vendor