mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Fix excludes for releases
This commit is contained in:
		
							parent
							
								
									c7e1175e11
								
							
						
					
					
						commit
						f2e01280a5
					
				@ -48,12 +48,12 @@ abstract class BaseStrategyTaskAbstract extends AbstractTask implements IsReleas
 | 
			
		||||
    protected function getExcludes()
 | 
			
		||||
    {
 | 
			
		||||
        $excludes = array(
 | 
			
		||||
            '.git',
 | 
			
		||||
            '.svn',
 | 
			
		||||
            getcwd() . '/.git',
 | 
			
		||||
            getcwd() . '/.svn',
 | 
			
		||||
            getcwd() . '/.mage',
 | 
			
		||||
            '.gitignore',
 | 
			
		||||
            '.gitkeep',
 | 
			
		||||
            'nohup.out'
 | 
			
		||||
            getcwd() . '/.gitignore',
 | 
			
		||||
            getcwd() . '/.gitkeep',
 | 
			
		||||
            getcwd() . '/nohup.out'
 | 
			
		||||
        );
 | 
			
		||||
 | 
			
		||||
        // Look for User Excludes
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user