Skip to content

Commit

Permalink
Merge pull request #36 from edwinvdpol/patch-1
Browse files Browse the repository at this point in the history
[0.x] Ignore Laravel actions IDE helper file
  • Loading branch information
nunomaduro authored Jun 23, 2022
2 parents 49faa11 + 91581f1 commit e536bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Factories/ConfigurationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class ConfigurationFactory
* @var array<int, string>
*/
protected static $notName = [
'_ide_helper_actions.php',
'_ide_helper_models.php',
'_ide_helper.php',
'.phpstorm.meta.php',
Expand Down

0 comments on commit e536bc9

Please sign in to comment.