I have `maybeInclude('docs/API.md')` And when it not exists, it's okey. But when exists it does not includes it. Using `ifExists` helpers the things are working correctly. `ifExists('docs/API.md', include('docs/API.md'))`