ignore config.local.php too

pull/121/head
David Goodwin 6 years ago
parent d5c40453ac
commit d259544515

@ -6,7 +6,7 @@ $finder = PhpCsFixer\Finder::create()
->exclude('templates')
->exclude('templates_c')
->exclude('debian')
->files()->notName('config.inc.php')
->files()->notName('config.inc.php')->notName('config.local.php')
->in(__DIR__);
return PhpCsFixer\Config::create()

Loading…
Cancel
Save