Not show ignored file by default
This commit is contained in:
parent
699cbd620e
commit
f085f28132
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@
|
||||||
},
|
},
|
||||||
filters = {
|
filters = {
|
||||||
dotfiles = true, -- Hide dotfiles by default (H to toggle)
|
dotfiles = true, -- Hide dotfiles by default (H to toggle)
|
||||||
git_ignored = false, -- Show gitignored files by default (I to toggle)
|
git_ignored = true, -- Show gitignored files by default (I to toggle)
|
||||||
custom = { -- Hide macOS system files
|
custom = { -- Hide macOS system files
|
||||||
".DS_Store",
|
".DS_Store",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue