From 9f8b1dadcff71780cc16f469e6cf6d0339568a31 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 21 May 2023 20:19:18 +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