<Leader+F> how to not show node_modules/target folders content? #7941
-
Hi, When I open the file picker, I see all the files which I do not need to edit such as files in folders:
How do I ignore them? |
Beta Was this translation helpful? Give feedback.
Answered by
pascalkuthe
Aug 14, 2023
Replies: 1 comment 1 reply
-
helix respects You can also manually ignore directories with negative matches |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
oneslash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
helix respects
gitignore
andignore
files. These kind of build artifacts are usually ignored anyway.You can also manually ignore directories with negative matches
!vendor
to hide the vendor directory for example