Skip to content

Commit

Permalink
Tweaking deploy excludes. (#175)
Browse files Browse the repository at this point in the history
* Fixed deploy excludes.

* Tweaking deploy excludes.
  • Loading branch information
grasmash authored Jun 16, 2016
1 parent 7119333 commit ccd115b
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions template/build/core/files/deploy-exclude.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ccd115b

Please sign in to comment.