chore: ignore nvim-tree
parent
3457fb1850
commit
f75123f43d
|
@ -132,7 +132,7 @@ require("packer").startup(function()
|
|||
},
|
||||
},
|
||||
filters = {
|
||||
custom = { "^\\.git", "^\\.DS_Store" },
|
||||
custom = { "^\\.git$", "^\\.DS_Store", "\\.out", "\\.class" },
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue