chore(nvim): ignore idea, vscode
parent
385767958e
commit
68ce3c2b87
|
@ -151,11 +151,13 @@ require("lazy").setup({
|
|||
},
|
||||
filters = {
|
||||
custom = {
|
||||
"^\\.git$",
|
||||
"^\\.DS_Store",
|
||||
"\\.out$",
|
||||
"\\.class$",
|
||||
"\\.bin$",
|
||||
"\\.class$",
|
||||
"\\.out$",
|
||||
"^\\.DS_Store$",
|
||||
"^\\.git$",
|
||||
"^\\.idea$",
|
||||
"^\\.vscode$",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue