mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Revert excludes
This commit is contained in:
		
							parent
							
								
									f2e01280a5
								
							
						
					
					
						commit
						26bc4242d1
					
				@ -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…
	
		Reference in New Issue
	
	Block a user