From 925628c208fe4ee5c8d7c5a749c653921a9313d9 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Thu, 7 Jan 2021 23:27:32 -0500 Subject: [PATCH] Add vscode config to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 56b9aaf7d..e79d4cf73 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Thumbs.db /tests/integration/tmp .vagrant .idea/* +.vscode