Add comments for Git ignore integration and commented configuration sample.

This commit is contained in:
Carlos de Paula 2025-10-17 16:40:32 -03:00
parent 72def89cd8
commit 81c0b230f5
No known key found for this signature in database

View file

@ -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