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 read the troubleshooting section and still think this is a bug.
Describe the bug you encountered:
Shell snippet to reproduce:
> mkdir test-fd
> cd test-fd
> touch .hi what
> ls -a
.hi what
> fd -u
.hi
what
> echo '.hi' > ~/.config/fd/ignore
> fd -u # I expect the output to be ".hi\nwhat"
what
> fd --version
fd 8.6.0
Describe what you expected to happen:
That last "fd -u" should have shown ".hi", but it ignored it. I don't expect unrestricted mode to respect the global ignore file...