Skip to content

Commit 237e61f

Browse files
authored
Add frankenphp binary to IgnoredFiles while BuildProcess (#254)
* Add frankenphp binary to IgnoredFiles while BuildProcess * Ignore frankenphp binary * revert chabge in RemoveIgnoredFiles
1 parent de162f4 commit 237e61f

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)