Revert excludes

This commit is contained in:
woutersioen 2014-07-16 16:35:18 +02:00
parent f2e01280a5
commit 26bc4242d1

View file

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