From 4b5980e24028691999a907f7a3d14096bc9d5ca5 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 21 May 2023 20:14:08 +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