31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-05-29 03:50:46 +00:00

Add a couple other production exclusions

This commit is contained in:
Michael Babker 2016-10-08 10:44:47 -05:00
parent f9175ff5b8
commit 26f8aa915b

View File

@ -41,7 +41,9 @@ class PullModel extends \JModelDatabase
* @since 2.0
*/
protected $nonProductionFiles = array(
'.drone.yml',
'.gitignore',
'.php_cs',
'.travis.yml',
'README.md',
'build.xml',