From 81c0b230f521543442c7c1e24307eb69e144591b Mon Sep 17 00:00:00 2001 From: Carlos de Paula Date: Fri, 17 Oct 2025 16:40:32 -0300 Subject: [PATCH] Add comments for Git ignore integration and commented configuration sample. --- yazi-config/preset/yazi-default.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/yazi-config/preset/yazi-default.toml b/yazi-config/preset/yazi-default.toml index 038efea9..b5b662a9 100644 --- a/yazi-config/preset/yazi-default.toml +++ b/yazi-config/preset/yazi-default.toml @@ -16,6 +16,14 @@ scrolloff = 5 mouse_events = [ "click", "scroll" ] title_format = "Yazi: {cwd}" +# Git ignore integration +# gitignore_enable = false +# ignore_override = [ +# "*.log", # Hide all .log files +# "tmp/", # Hide tmp directory +# "!target/", # Show target/ even if gitignored (negation) +# ] + [preview] wrap = "no" tab_size = 2