Skip to content

Commit e806cd6

Browse files
huber-thpetejohanson
authored andcommitted
feat(gitignore): add clangd cache folder
1 parent 94c3b9a commit e806cd6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
/zephyr
66
/zmk-config
77
/build
8+
9+
# macOS
810
*.DS_Store
11+
12+
# Python
913
__pycache__
1014
.python-version
1115
.venv
16+
17+
# clangd
18+
app/.cache/

0 commit comments

Comments
 (0)