-
Notifications
You must be signed in to change notification settings - Fork 255
filter.respect_gitignore = true
seems not working on WindowsOS
#158
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
Comments
I don't use neovim on Windows, so I can only guess at the problem, but that is a good clue. I'll take a look.
Yes, because the "hidden" files logic is actually using the *nix convention of files that start with a dot are hidden. It does not actually support the Windows version of what is a hidden folder. |
There was a bug I fixed with gitignore not working for directories recently. Can you confirm that you are on the latest release and whether you have set the |
yes, I'm on the latest release, also when I set |
@lopi-py: Joke aside, you missed the |
Uh oh!
There was an error while loading. Please reload this page.
also when I set
filter.show_hidden = false
my.gitignore
doesn't render, is this intended?Edit: I did notice that just not works with directories
The text was updated successfully, but these errors were encountered: