chore(nvim): ignore bin qmk files
parent
8f4bfaaccb
commit
47e24705b3
|
@ -155,6 +155,7 @@ require("lazy").setup({
|
||||||
"^\\.DS_Store",
|
"^\\.DS_Store",
|
||||||
"\\.out$",
|
"\\.out$",
|
||||||
"\\.class$",
|
"\\.class$",
|
||||||
|
"\\.bin$",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue