From dc756acd2bf349fd07d5351ad2775338b6b4700d Mon Sep 17 00:00:00 2001 From: sualko Date: Sat, 30 Jan 2021 10:41:14 +0100 Subject: [PATCH] chore: ignore vsc settings --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c00f024..40b76e7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ node_modules/ /.env /archives/ .phpunit.result.cache +.vscode/settings.json