diff options
author | Thomas Huber <[email protected]> | 2024-03-27 14:20:53 -0700 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2024-03-27 14:41:26 -0700 |
commit | e806cd6da1cd8239f6bf549f2956c567c31cccbc (patch) | |
tree | 3542536047abbe6f534781f9b47625b5d71316f2 /.gitignore | |
parent | 94c3b9a24607c966e28d44b6634c6084a21f84b2 (diff) | |
download | zmk-e806cd6da1cd8239f6bf549f2956c567c31cccbc.tar.gz zmk-e806cd6da1cd8239f6bf549f2956c567c31cccbc.zip |
feat(gitignore): add clangd cache folder
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4ddd08521e..1ef282a9f8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,14 @@ /zephyr /zmk-config /build + +# macOS *.DS_Store + +# Python __pycache__ .python-version .venv + +# clangd +app/.cache/ |