From b64818b46386c19d945fe2f5980075aa1c890032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Tarot=20=28=40silopolis=29?= Date: Thu, 6 Apr 2023 09:40:20 +0200 Subject: [PATCH] chore(git): Ignore VSCode dir and 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c69057834..ede8050d0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,7 @@ build/ vendor/ .php-cs-fixer.cache cypress/screenshots/ + +## VSCode +.vscode/ +*.code-workspace