mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-04 00:18:56 +02:00
Make file locations work better from global install.
This commit is contained in:
@@ -50,7 +50,7 @@ abstract class BaseStrategyTaskAbstract extends AbstractTask implements IsReleas
|
||||
$excludes = array(
|
||||
'.git',
|
||||
'.svn',
|
||||
'.mage',
|
||||
getcwd() . '/.mage',
|
||||
'.gitignore',
|
||||
'.gitkeep',
|
||||
'nohup.out'
|
||||
|
||||
@@ -755,7 +755,7 @@ class EncryptTask extends AbstractTask
|
||||
$p ['ignore'] = array (
|
||||
'.git',
|
||||
'.svn',
|
||||
'.mage',
|
||||
getcwd() . '/.mage',
|
||||
'.gitignore',
|
||||
'.gitkeep',
|
||||
'nohup.out'
|
||||
|
||||
Reference in New Issue
Block a user