1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-09-13 20:50:18 +02:00

Fix excludes for releases

This commit is contained in:
woutersioen 2014-07-16 16:32:29 +02:00
parent c7e1175e11
commit f2e01280a5

View File

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