Skip to content

Commit 26f8aa9

Browse files
author
Michael Babker
committed
Add a couple other production exclusions
1 parent f9175ff commit 26f8aa9

File tree

1 file changed

+2
-0
lines changed
  • administrator/components/com_patchtester/PatchTester/Model

1 file changed

+2
-0
lines changed

administrator/components/com_patchtester/PatchTester/Model/PullModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ class PullModel extends \JModelDatabase
4141
* @since 2.0
4242
*/
4343
protected $nonProductionFiles = array(
44+
'.drone.yml',
4445
'.gitignore',
46+
'.php_cs',
4547
'.travis.yml',
4648
'README.md',
4749
'build.xml',

0 commit comments

Comments
 (0)