From 2aa67f3180beb5f7e6a8bae7eb248c806e6369fe Mon Sep 17 00:00:00 2001 From: gw3000 Date: Tue, 6 Jun 2023 16:58:29 +0200 Subject: [PATCH] .vscode in gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 68bc17f..40def25 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,4 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +.vscode/settings.json