Commit 3bdf04a6 by Carsten Brandt

exclude BaseYii from message command

parent dfd68954
...@@ -38,6 +38,7 @@ return [ ...@@ -38,6 +38,7 @@ return [
'.hgignore', '.hgignore',
'.hgkeep', '.hgkeep',
'/messages', '/messages',
'/BaseYii.php', // contains examples about Yii:t()
], ],
// array, list of patterns that specify which files (not directories) should be processed. // array, list of patterns that specify which files (not directories) should be processed.
// If empty or not set, all files will be processed. // If empty or not set, all files will be processed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment