chore(nvim): ignore bin qmk files

main
sudo pacman -Syu 2023-08-10 16:50:45 +07:00
parent 8f4bfaaccb
commit 47e24705b3
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ require("lazy").setup({
"^\\.DS_Store",
"\\.out$",
"\\.class$",
"\\.bin$",
},
},
})