exclude BaseYii from message command

This commit is contained in:
Carsten Brandt
2014-10-06 20:52:45 +02:00
parent dfd68954a5
commit 3bdf04a6af

View File

@ -38,6 +38,7 @@ return [
'.hgignore',
'.hgkeep',
'/messages',
'/BaseYii.php', // contains examples about Yii:t()
],
// array, list of patterns that specify which files (not directories) should be processed.
// If empty or not set, all files will be processed.