We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de162f4 commit 237e61fCopy full SHA for 237e61f
src/ApplicationFiles.php
@@ -18,6 +18,7 @@ public static function get($path)
18
->in($path)
19
->exclude('.idea')
20
->exclude('.vapor')
21
+ ->notName('frankenphp')
22
->notName('rr')
23
->notPath('/^'.preg_quote('tests', '/').'/')
24
->ignoreVcs(true)
0 commit comments