From 720a957f7c2321982d1d0d9864d441b894ce23d8 Mon Sep 17 00:00:00 2001 From: tbradsha <32492176+tbradsha@users.noreply.github.com> Date: Wed, 22 May 2024 14:56:45 -0600 Subject: [PATCH] Update .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index eee18a1f7169f..b8679993e4841 100644 --- a/.gitignore +++ b/.gitignore @@ -4,13 +4,11 @@ vendor/ jetpack_vendor/ /.nova/ -/.vscode/ /logs /allure-results/ ## FILES .DS_Store -*.code-workspace *.swp # Custom environment for Docker compose (used by docker-compose.yml) /.env @@ -56,4 +54,6 @@ phpcs.xml # This file indicates we're in draft mode, which reduces checks .jetpack-draft -.vscode/settings.json +# VS Code setting files +*.code-workspace +/.vscode/settings.json