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
I have installed this recently and it mostly works great. I have not changed the default config, but still I see files from .git folders from time to time:
Any idea why this happens?
The text was updated successfully, but these errors were encountered:
One way it might happen is if those files have gotten in your history. The files come from 2 sources: the history and the filesystem via recursive scan. If they're not in your history (looks unlikely in this case), then it would be related to the patterns that are passed into ripgrep as command line arguments. Maybe there should be some way of turning on diagnostics to be able to see the resulting command, but putting in a temporary print() could do it.
oh, I think it might be your ignore_patterns config. There are a lot of default ignore patterns, which should prevent extraneous entries like this. If you're overriding this setting, then that might explain it.
Are you still seeing this issue? If so, can you see if using the default ignore patterns fixes it?
I have installed this recently and it mostly works great. I have not changed the default config, but still I see files from .git folders from time to time:
Any idea why this happens?
The text was updated successfully, but these errors were encountered: