wvanlint / twf

Standalone tree view file explorer, inspired by fzf.
271 stars 11 forks source link

Ignore node_modules when search #3

Closed dinhmai74 closed 4 years ago

dinhmai74 commented 4 years ago

I wish I can ignore node_modules when I search, it scan all files in root folder now. Thank for you help.

wvanlint commented 4 years ago

Thanks for reporting! Is this issue for ignoring paths in the tree view or in fzf when locating a file using the / key (default keybinding)? In case it is the latter, you can configure fzf to ignore paths similar to here: https://github.com/junegunn/fzf#respecting-gitignore.

dinhmai74 commented 4 years ago

Thank @wvanlint, I didn't config fzf. Now it works.