Revert "[FEATURE] allow exclude definition global"

This commit is contained in:
Andrés Montañez
2017-04-14 16:19:45 -03:00
committed by GitHub
parent c649814158
commit 591ac04229
4 changed files with 4 additions and 39 deletions
-17
View File
@@ -1,17 +0,0 @@
magephp:
log_dir: /tmp
composer:
path: /usr/bin/composer.phar
exclude:
- ./var/cache/*
- ./var/log/*
- ./web/app_dev.php
environments:
test:
user: tester
host_path: /var/www/test
hosts:
- testhost
pre-deploy:
- composer/install: { flags: '--prefer-source' }
- composer/dump-autoload: { flags: '--no-scripts' }