From 3825c0e0bbb5641b6aea4ab4d5519141b31864d0 Mon Sep 17 00:00:00 2001 From: Sara Gerretsen Date: Thu, 4 Sep 2025 10:52:50 +0200 Subject: [PATCH] git: added .cache/ to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea23617..647ef92 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ build/ bin/ # Ignore IDE artefacts -.kdev4 +.kdev4/ +.cache/ *.kdev4 # Ignore run artefacts imgui.ini