强制代码接收忽略 PHP 文件?

Force codeception to ignore a PHP file?

我的项目根目录中有一个 _ide_helper.php 文件,Codeception 正在拾取该文件,忽略 code to tell it not to,并导致错误:

PHP Fatal error: Cannot redeclare class App (in _ide_helper.php)

是否可以强制 Codeception 不查看此文件?

underlying issue 最终成为 Codeception 处理 Laravel 默认值的方式