From 31f96f91edf41e4d28de2b0e534672f340f2a6c0 Mon Sep 17 00:00:00 2001 From: CAnon Date: Mon, 6 Jun 2022 23:45:08 +0800 Subject: [PATCH] Add vscode to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4e9758de..54d9ffc7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ crypto/smartcont/auto/ test/regression-tests.cache/ *.swp **/*build*/ -.idea \ No newline at end of file +.idea +.vscode \ No newline at end of file