0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

ignore config.local.php too

This commit is contained in:
David Goodwin 2018-01-25 21:02:11 +00:00
parent d5c40453ac
commit d259544515

View File

@ -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()