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 /zephyr
/zmk-config /zmk-config
/build /build
# macOS
*.DS_Store *.DS_Store
# Python
__pycache__ __pycache__
.python-version .python-version
.venv .venv
# clangd
app/.cache/