You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My request is about to add support for ripgrep to lookup for a .ripgreprc file in the current directory and then look up in the user folder.
Software projects are very different by nature, and having a global configuration of ripgrep, is not always suitable for different projects. If I'm doing a C project, I would like to exclude the build directory, but if I'm using a ruby project that build could contain some scripts that will help me, let's say create an artefact for deploy.
Having the same configuration and especially use it for the backend of a search system in the editor (my case) will lead in unsatisfactory results.
The text was updated successfully, but these errors were encountered:
Possibly useful bit of information for future visitors here: While ripgrep doesn't support project-specific configuration files, it does actually support project-specific ignore files incl. a ripgrep-specific .rgignore file. 😊
Describe your feature request
My request is about to add support for ripgrep to lookup for a
.ripgreprc
file in the current directory and then look up in the user folder.Software projects are very different by nature, and having a global configuration of ripgrep, is not always suitable for different projects. If I'm doing a
C
project, I would like to exclude thebuild
directory, but if I'm using a ruby project that build could contain some scripts that will help me, let's say create an artefact for deploy.Having the same configuration and especially use it for the backend of a search system in the editor (my case) will lead in unsatisfactory results.
The text was updated successfully, but these errors were encountered: