From 12997ba989c8ffc2cfc6b83aec8c0fb3bc07917c Mon Sep 17 00:00:00 2001 From: Sebastian Brosch Date: Mon, 6 May 2024 22:22:52 +0200 Subject: [PATCH] ignore Visual Studio Code files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 435ca34..50bbba5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,8 @@ .idea/ *.iml +# Visual Studio Code +.vscode/ + # output folders **/output/ \ No newline at end of file