From 3f08409a6a2fa5c264440f8294452ad18de02bba Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 21 May 2023 20:16:14 +0200 Subject: [PATCH] ignore .vscode --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 03ffe07..bccf235 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # ignore molecule/testinfra pycache -**/__pycache__ \ No newline at end of file +**/__pycache__ +.vscode \ No newline at end of file