1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-04 19:01:44 +00:00
Files
sharkdp--bat/src/syntax_mapping/builtins/common/90-ignore-files.toml
T
Víctor González Prieto a4e853c4fa Map ignore files to Git Ignore syntax
This would catch any dotfiles that end in "ignore", but not `.ignore`

Set as a lower priority rule (90 vs the usual 50) because it's a blanket
assignation. If there are conflict with other, more specific rules,
those will take precedence.
2026-03-18 21:58:23 +02:00

3 lines
40 B
TOML

[mappings]
"Git Ignore" = [".?*ignore"]