bug: --git-ignore
ignores .gitignore
file in child directory
#1086
Labels
errors
Something isn't working
--git-ignore
ignores .gitignore
file in child directory
#1086
When running
eza --tree --git-ignore
, eza will respect a.gitignore
file if it's in the current directory or a parent directory. When recursing (e.g. with--tree
), eza ignores.gitignore
files in child directories.For example: I have a Git repo at
~/code/repo/
with a.gitignore
file at~/code/repo/.gitignore
.If I run
eza --tree --git-ignore
from~/code/repo/
, it works as expected. If I runeza --tree --git-ignore
from~/code/
, the.gitignore
is ignored.eza version: 0.19.0 [+git]
Shell: fish v3.7.1
Terminal: Ghostty
OS: macOS Sonoma 14.6 (Intel)
The text was updated successfully, but these errors were encountered: