feat(gitignore): add clangd cache folder

This commit is contained in:
Thomas Huber 2024-03-27 14:20:53 -07:00 committed by Pete Johanson
parent 94c3b9a246
commit e806cd6da1

7
.gitignore vendored
View File

@ -5,7 +5,14 @@
/zephyr
/zmk-config
/build
# macOS
*.DS_Store
# Python
__pycache__
.python-version
.venv
# clangd
app/.cache/