From 94b15aca52ed05fa0d707d966247e2dd8940b666 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Thu, 11 Jul 2024 14:07:34 +0200 Subject: [PATCH] Add the VS Code settings file to .gitignore (#459) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4681ba2d..8a934c09 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /tools/logs.txt /docs/build *.cov +/.vscode/settings.json