From 2823940ece9d0a0c55f3f07cfffe2817c2758118 Mon Sep 17 00:00:00 2001 From: Thijs Louisse Date: Wed, 18 Dec 2024 21:21:54 +0100 Subject: [PATCH] chore: enable ./vscode in .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 18c33b849..c8361e893 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ ## editors /.idea ## disable this line one commit before changing contents that should be shared -# /.vscode +/.vscode /*.code-workspace /.history