feat(gitignore): add clangd cache folder

This commit is contained in:
Thomas Huber 2024-03-27 14:20:53 -07:00
parent 94c3b9a246
commit caa224cdb0
No known key found for this signature in database
GPG key ID: C8B2604C5DD56D87

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/