From 25a2a0d831344bbee8c46a4aadde471a025864b9 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sat, 3 May 2025 01:19:27 +0100 Subject: [PATCH] Add .vscode/ to .gitignore to exclude Visual Studio Code settings --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 90d4e56..665001e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,6 @@ data/ *.info .venv/ +.vscode/ tarpaulin-report.* \ No newline at end of file