From 50d2e42cc30bac2e3687ea1138507aba09bcee72 Mon Sep 17 00:00:00 2001 From: rollnthndr Date: Fri, 29 Jan 2021 18:31:19 -0700 Subject: [PATCH] Added VSCode settings folder and workspace file to the ignore list. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 5e42c0c93..96ee72d9a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,13 @@ local.properties .buildpath +##################### +## Visual Studio Code +##################### +*.code-workspace +.vscode/ + + ################# ## Visual Studio #################