Skip to content

Allow repository-specific / client-side ignore specifiers (kinda like .gitignore) #3103

Open
@sagarkhushalani

Description

@sagarkhushalani

Is your feature request related to a problem? Please describe.
We have multiple large projects that get grok'd. Different teams have different requirements for what they would like excluded from the grok index. It would be easier if we could just have the team add a .grokignore file in their repository to tell Grok what to ignore.

Describe the solution you'd like
A file that lives inside the repository (such as .grokignore) that gets read by the indexer, and causes the indexer to ignore any files in the repository that match lines in that file.

Describe alternatives you've considered
The alternative is the ignore switch on the indexer itself, but that is a server-side change, and would require relaunching of our service image - doable but not tennable.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions