-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helix-specific ignore file #7423
Comments
Alternatively, an option to ignore binary files in the picker would also work here. |
If we go with this, it should default to true IMO. |
Filtering the file picker seems to be done by file extension at the moment (for compressed files). Looking into how We could try and create a big list of binary file extensions for this purpose. I can take a look at adding support for a |
I'm working in a project with lots of
.blend
files. These are committed to version control (so they're not in.gitignore
). I also find it useful to typeblender <ctrl+t>
, usingfzf
to select a blend file to open, so I don't want to add.blend
to.ignore
. However, I don't want these files to show up in the helix file picker. Could we have helix respect an additional ignore file,.helix/ignore
? This would contain patterns that should be ignored by helix, but not other tools that also use.ignore
.The text was updated successfully, but these errors were encountered: