From e815ad3822bcca4458100799fda5b170c8015911 Mon Sep 17 00:00:00 2001 From: Markus Kob Date: Thu, 30 Oct 2025 16:13:32 +0100 Subject: [PATCH] add .vscode to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b4e23b6..208324e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ Start_Linux/wordsalad_initial Start_Linux/game.o Start_Linux/input.o -Start_Linux/runTests \ No newline at end of file +Start_Linux/runTests +.vscode \ No newline at end of file