mirror of https://github.com/zmkfirmware/zmk.git
feat(gitignore): add clangd cache folder
This commit is contained in:
parent
94c3b9a246
commit
e806cd6da1
|
|
@ -5,7 +5,14 @@
|
|||
/zephyr
|
||||
/zmk-config
|
||||
/build
|
||||
|
||||
# macOS
|
||||
*.DS_Store
|
||||
|
||||
# Python
|
||||
__pycache__
|
||||
.python-version
|
||||
.venv
|
||||
|
||||
# clangd
|
||||
app/.cache/
|
||||
|
|
|
|||
Loading…
Reference in New Issue