Skip to content

Ignore uncommitted files  #110

Description

@krzysztofrewak

@jsawo would like to ignore uncommitted files during search. I would add a new method to config file, something like this:

$config = new Config();

return $config->ignoreUncommittedFiles()->config();

or:

$config = new Config(
    ignoreUncommittedFiles: true,
);

return $config->config();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions