mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-06 16:16:53 +01:00
added .gitignore to exclude list
This commit is contained in:
@@ -55,7 +55,10 @@ EOD;
|
||||
);
|
||||
|
||||
$files=CFileHelper::findFiles($templatePath,array(
|
||||
'exclude'=>array('.svn'),
|
||||
'exclude'=>array(
|
||||
'.svn',
|
||||
'.gitignore'
|
||||
),
|
||||
));
|
||||
|
||||
foreach($files as $file)
|
||||
|
||||
Reference in New Issue
Block a user