From aa8e160798e3e679bb58d39f8410919eb781193e Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 29 Oct 2023 13:25:53 +0100 Subject: [PATCH] Updated the .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 259148f..fcf95ec 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,12 @@ *.exe *.out *.app +main + +# IDE files +.idea +.vscode +*.sln + +# Config files +config.json \ No newline at end of file