-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Telescope File Finder doesn't Ignore .gitignore
#2028
[Bug]: Telescope File Finder doesn't Ignore .gitignore
#2028
Comments
If you do a We haven't changed the settings and Telescope's version is pinned, so I'm not sure this is on our side of things. Can you post your config.lua? |
Solved it; I didn't have Thanks a lot for your help, @chase! |
I've opened a PR, which is also adding |
It does show up in |
The weird part is that |
I mean the file search still worked, it just didn't ignore using the |
It does care unless you specified otherwise. |
Weird, even with the default config it didn't work and I'm pretty sure I didn't explicitly tell it not to... |
It could be that it was invoked from a different directory then. Tip: you can add global ignore settings for |
Problem description
In a version of LunarVim from over a month ago the Telescope file finder ignored anything matched by the local
.gitignore
. In the latest release this isn't the case anymore and searching with it results in a lot of clutter.When I'm looking for one of my code files I don't care about those bazillion
node_module
files.LunarVim version
0.6.1
As of the creation of this Issue, the latest rolling version shows the same problem.
Neovim version (>= 0.5)
v0.7.0-dev+667-g419e0d117
Screenshots
I'm looking for my
index.tsx
file but instead I get a lot of garbage from thenode_modules
directory.I have
The text was updated successfully, but these errors were encountered: