From 9a936b8e30636b1ef1c723672d0b0e3539603260 Mon Sep 17 00:00:00 2001 From: Sara Gerretsen Date: Wed, 3 Sep 2025 19:56:55 +0200 Subject: [PATCH] git: updated comments for gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7f6119f..4a4841e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ -# Ignore all files in any directory named build +# Ignore build artefacts build/ +bin/ +# Ignore IDE artefacts .kdev4 SFML-ImGui_StartPoint.kdev4 +# Ignore run artefacts imgui.ini