Replies: 2 comments 1 reply
-
If you're using the (shortened for brevity) require('neo-tree').setup({
filtered_items = {
visible = false,
hide_gitignored = true,
}
}) |
Beta Was this translation helpful? Give feedback.
1 reply
-
In order to illustrate the issue ![]() How to make the plugin to not search in ignored node_modules folder? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have both readme.md placed in root and node_modules in the .gitignore file. Filter doesn't find the readme.md in the root but it finds all such filed in the node_modules folder. That's illogical. How to fix that?
Beta Was this translation helpful? Give feedback.
All reactions