From 33cc8b5ef912882352bc70df618a89db782ccfde Mon Sep 17 00:00:00 2001 From: grandeljay Date: Mon, 10 Oct 2022 11:00:29 +0200 Subject: [PATCH] Ignore VS Code workspace files --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 57f6a194..29e4a489 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -vendor +*.cache +*.code-workspace composer.lock -phpunit.xml env.php -*.cache \ No newline at end of file +phpunit.xml +vendor