From 3c4319ca4b5355d69b2925e916420f86d29ee524 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Wed, 4 Apr 2018 16:23:54 +0200 Subject: [PATCH] add .vscode/ to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit I personally dev on vscode and I have some preferences to save when it comes to running the python unit tests. So escaping this directory is actually useful. Signed-off-by: Sébastien Han --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 834fae1d6..bfb7280b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.vscode/* .vagrant *.vdi *.keyring -- 2.39.5