Added pycache back into nvimtree ignores
This commit is contained in:
parent
567e8ffc30
commit
549507383b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ local options = {
|
|||
filters = {
|
||||
dotfiles = false,
|
||||
git_ignored = true,
|
||||
custom = { ".git" },
|
||||
custom = { ".git", "__pycache__" },
|
||||
exclude = { ".gitignore", ".gitattributes", ".gitmodules" },
|
||||
},
|
||||
disable_netrw = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue