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();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions