From 9635d1f546cc9d890d4a6858ad724ee0db528b9f Mon Sep 17 00:00:00 2001 From: EnderdracheLP Date: Thu, 19 Sep 2024 11:09:06 +0200 Subject: [PATCH] Add clangd cache to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e9c5801..2eb6945 100644 --- a/.gitignore +++ b/.gitignore @@ -62,4 +62,7 @@ TestQMOD.ps1 /build *.cmake BeatTogether.Quest.code-workspace -mod.json \ No newline at end of file +mod.json + +# clangd +.cache \ No newline at end of file