git: added .cache/ to gitignore

This commit is contained in:
Sara Gerretsen 2025-09-04 10:52:50 +02:00
parent ebdc1e50ae
commit 3825c0e0bb

3
.gitignore vendored
View file

@ -2,7 +2,8 @@
build/ build/
bin/ bin/
# Ignore IDE artefacts # Ignore IDE artefacts
.kdev4 .kdev4/
.cache/
*.kdev4 *.kdev4
# Ignore run artefacts # Ignore run artefacts
imgui.ini imgui.ini