Hide .git and Python caches
Hide .git and mypy/native Python cache directories.
This commit is contained in:
parent
ca3a037ba5
commit
f20ddc687e
@ -62,6 +62,11 @@ return {
|
||||
visible = true,
|
||||
hide_dotfiles = false,
|
||||
hide_gitignored = true,
|
||||
never_show = {
|
||||
".git",
|
||||
".mypy_cache",
|
||||
"__pycache__",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user