From 83e1e315f80d66651cb8052561339959ae118dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Tarot=20=28=40silopolis=29?= Date: Fri, 31 Mar 2023 14:21:21 +0200 Subject: [PATCH] chore(git): Ignore '*.code-workspace' files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Tarot (@silopolis) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 271d2cd02d..98a6119988 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ # VScode settings .vscode +*.code-workspace