Skip to content
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

File explorer ignores .ignore #12764

Open
sommerper opened this issue Feb 3, 2025 · 0 comments
Open

File explorer ignores .ignore #12764

sommerper opened this issue Feb 3, 2025 · 0 comments
Labels
C-bug Category: This is a bug

Comments

@sommerper
Copy link

sommerper commented Feb 3, 2025

Summary

I have an .ignore file with the following content:

**/*.uid

In the File Picker it show like this:

Image

In the File Explorer it shows like this:

Image

Reproduction Steps

mkdir ignore_test
cd ignore_test
touch .ignore
echo "**/*.uid" >> .ignore
touch test.md
touch test.uid
hx

space-f to open file picker and see no .uid file
space-e to open file explorer and a .uid file

Helix log

No response

Platform

Linux

Terminal Emulator

Ghostty 1.0.2-main+918ccdba

Installation Method

source

Helix Version

helix 25.01.1 (9088f8a)

@sommerper sommerper added the C-bug Category: This is a bug label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

1 participant