Skip to content

Commit

Permalink
Merge pull request #1107 from ergebnis/fix/local
Browse files Browse the repository at this point in the history
Fix: Ignore `.env.local.php`
  • Loading branch information
localheinz committed Apr 25, 2022
2 parents 46472d2 + 5133402 commit c9bf1bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .php-cs-fixer.php
Expand Up @@ -40,6 +40,9 @@
->name([
'.php-cs-fixer.php',
'console',
])
->notName([
'.env.local.php',
]);

$config->setCacheFile(__DIR__ . '/.build/php-cs-fixer/.php-cs-fixer.cache');
Expand Down

0 comments on commit c9bf1bf

Please sign in to comment.