Userspace for the open-source QMK keyboard firmware.
0

Configure Feed

Select the types of activity you want to include in your feed.

Add clangd-related entries to `.gitignore` (#31)

This is needed to support VS Code with clangd for userspace keymaps (in
this case `compile_commands.json` and `.cache/clangd` are located in the
`qmk_userspace` working copy).

authored by

Sergey Vlasov and committed by
GitHub
(Sep 5, 2024, 6:51 PM +1000) 35edec29 e6f22f98

+5
+5
.gitignore
··· 9 9 *.hex 10 10 *.bin 11 11 *.uf2 12 + 13 + # clangd 14 + compile_commands.json 15 + .clangd/ 16 + .cache/