From d3072186664d4457f6a75b2a44a4c9c78d54b6a6 Mon Sep 17 00:00:00 2001 From: Mathias Wagner <germannewsmaker@gmail.com> Date: Sun, 29 Oct 2023 13:26:25 +0100 Subject: [PATCH] Updated the .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fcf95ec..c0ad8c1 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,7 @@ main *.sln # Config files -config.json \ No newline at end of file +config.json + +# Build debug folder +cmake-build-debug \ No newline at end of file