-
The file picker section of the config provides much-useful options to disable showing certain types of hidden or git files in the file picker. However, I would love to have an option to disable all files located inside any git submodule. Take for instance foundry, which uses git submodules for project libraries/dependencies. When I add e.g. I couldn't find an easy way to hide those, as obviously I can't git-ignore a git submodule. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You can use a |
Beta Was this translation helpful? Give feedback.
-
Yeah custom ignore logic like that is hard to add because it's not supported by the ignore crate. I also think while this may be useful in this one generic instance it doesn't seem generally useful (or a common ignore convention). Using .helix/ignore seems more appropriate |
Beta Was this translation helpful? Give feedback.
You can use a
.helix/ignore
file in 23.10+