From a007b3bad861987bc8edfd724cc6dc5b1bb32d1d Mon Sep 17 00:00:00 2001 From: Shane Handley Date: Wed, 2 Oct 2019 15:17:16 +0900 Subject: [PATCH] Add additional .vscode/ entry to .gitignore as this was not working for som devs. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 23bbc61bea..6948eaa0bc 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ **/*.iml # VSCode - +.vscode/ /.vscode/* !/.vscode/launch.json *.code-workspace