From 5575ec6b1c455bb716a916442427de8c13ab7a20 Mon Sep 17 00:00:00 2001 From: klangner Date: Sat, 12 Sep 2020 13:07:25 +0200 Subject: [PATCH] updated ignore list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 93688a9..49e95d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target /demo/target -Cargo.lock \ No newline at end of file +Cargo.lock +.vscode/ \ No newline at end of file