From ac1affa7b4a222cdce9fae657554c32e4533cc8b Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto <39424834+matthewstrasiotto@users.noreply.github.com> Date: Sun, 14 Aug 2022 13:46:14 +1000 Subject: [PATCH] build: ignore .vscode entirely in gitignore --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 48cc008..9202fff 100644 --- a/.gitignore +++ b/.gitignore @@ -448,7 +448,4 @@ $RECYCLE.BIN/ ## Visual Studio Code ## .vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json +.vscode