From ab3783668606ab56537df2c472f034672e6c62eb Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Mon, 10 Oct 2022 06:07:20 +0000 Subject: [PATCH] include .vscode in gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dfaad2cd..d0d619af 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,8 @@ # Normally IDE stuff is put in global gitignore, but at the moment I don't know how to make this # work with the development container -/.idea/ +/.idea/ +/.vscode/ # Machine specific test expectation for list-drivers test /odbcsv/tests/list-drivers.txt