From 88354b0e4024852de01feebd5caaac20f6815934 Mon Sep 17 00:00:00 2001 From: Pierric Cistac Date: Mon, 15 Jun 2020 18:08:14 -0400 Subject: [PATCH] gitignore vscode workspace files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 87383996..68add400 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ pip-wheel-metadata /bindings/python/dist .vscode +*.code-workspace