Skip to content

Commit a640ad4

Browse files
authored
Ignore frankenphp binary
1 parent eb36f08 commit a640ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ApplicationFiles.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public static function get($path)
1818
->in($path)
1919
->exclude('.idea')
2020
->exclude('.vapor')
21+
->notName('frankenphp')
2122
->notName('rr')
2223
->notPath('/^'.preg_quote('tests', '/').'/')
2324
->ignoreVcs(true)

0 commit comments

Comments
 (0)