Browse Source

Revert excludes

1.0
woutersioen 10 years ago
parent
commit
26bc4242d1
  1. 12
      Mage/Task/BuiltIn/Deployment/Strategy/BaseStrategyTaskAbstract.php

12
Mage/Task/BuiltIn/Deployment/Strategy/BaseStrategyTaskAbstract.php

@ -48,12 +48,12 @@ abstract class BaseStrategyTaskAbstract extends AbstractTask implements IsReleas
protected function getExcludes() protected function getExcludes()
{ {
$excludes = array( $excludes = array(
getcwd() . '/.git', '.git',
getcwd() . '/.svn', '.svn',
getcwd() . '/.mage', '.mage',
getcwd() . '/.gitignore', '.gitignore',
getcwd() . '/.gitkeep', '.gitkeep',
getcwd() . '/nohup.out' 'nohup.out'
); );
// Look for User Excludes // Look for User Excludes

Loading…
Cancel
Save