From a2efb3136b266bd87d31f8c5426337df5e050d44 Mon Sep 17 00:00:00 2001 From: GunnarMorrigan <13799935+GunnarMorrigan@users.noreply.github.com> Date: Tue, 16 May 2023 13:53:37 +0200 Subject: [PATCH] Adjusted gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 965e7c4..9b5ed2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target **/target examples/tokio_tls/Cargo.lock -examples/smol_tls/Cargo.lock \ No newline at end of file +examples/smol_tls/Cargo.lock +.vscode/** \ No newline at end of file