Skip to content

Commit

Permalink
feat(gitignore): add clangd cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
huber-th authored and petejohanson committed Mar 27, 2024
1 parent 94c3b9a commit e806cd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
/zephyr
/zmk-config
/build

# macOS
*.DS_Store

# Python
__pycache__
.python-version
.venv

# clangd
app/.cache/

0 comments on commit e806cd6

Please sign in to comment.