Skip to content

Commit

Permalink
chore(ignore): Update ignore patterns
Browse files Browse the repository at this point in the history
- Update ignore patterns to exclude '**/Fixture*'
- Update ignore patterns to exclude '**/Fixture/*'
  • Loading branch information
guanguans committed Jul 14, 2023
1 parent 89fff21 commit 6df6b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
],

// paths
__DIR__.'/tests/Concerns/WithRunableTest.php',
__DIR__.'/tests/AspectMock',
'**/Fixture*',
'**/Fixture/*',
Expand Down

0 comments on commit 6df6b0b

Please sign in to comment.