From cb987ed8506d146e2de786e30abe82a3eb19fc11 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