From 9413915e9737919a7cfe8f00bb03d96c2b8a281b Mon Sep 17 00:00:00 2001 From: stefee Date: Wed, 26 Aug 2020 00:48:21 +0100 Subject: [PATCH] Add .vscode to gitignore file (#347) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b3c22eedfb..ca2d44df62 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ **/*.rs.bk Cargo.lock .cargo/config -/.idea \ No newline at end of file +/.idea +/.vscode \ No newline at end of file