From c3dece633fec2bca97ecb98b4e1979e5f4cebbab Mon Sep 17 00:00:00 2001 From: Krzysztof Wolski Date: Mon, 5 Sep 2022 13:05:36 +0200 Subject: [PATCH] Ignore vscode workspace settings --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 717631b..9e8d096 100644 --- a/.gitignore +++ b/.gitignore @@ -115,4 +115,5 @@ dist .yarn/install-state.gz .pnp.* -.idea/ \ No newline at end of file +.idea/ +.vscode/ \ No newline at end of file