From 24de2008cb998e14ba3857bd85eee42a1e9ddae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Tarot=20=28=40silopolis=29?= Date: Fri, 10 Mar 2023 17:28:01 +0100 Subject: [PATCH] chore: add VSCode settings to gitignore 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 643d9b81..c9656c24 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ cypress/screenshots cypress/snapshots .php-cs-fixer.cache +.vscode/settings.json