Global search in .gitignore files #15863
|
Helix's global search doesn't search in files ignored by git. But I regularly need to search inside them. I can't just add these files to git, how do I tell Helix to search inside them? |
Answered by
javlonrahimov
Jun 10, 2026
Replies: 1 comment 1 reply
|
You can change this behavior in file picker configuration. To see the files that are in the [editor.file-picker]
git-ignore = false |
1 reply
Answer selected by
quandangv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change this behavior in file picker configuration.
To see the files that are in the
.gitignore, add this to yourconfig.toml: