From ad46fa93a55a81097791bae1ec0b44be8a95f2dd Mon Sep 17 00:00:00 2001 From: MEEP of Faith <54301439+MEEPofFaith@users.noreply.github.com> Date: Sat, 3 Apr 2021 17:39:56 -0700 Subject: [PATCH] Ignore VSCode settings (#5054) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 160366ca2a..4748843132 100644 --- a/.gitignore +++ b/.gitignore @@ -102,6 +102,10 @@ com_crashlytics_export_strings.xml .externalToolBuilders/ *.launch +## VSCode + +.vscode/ + ## NetBeans /nbproject/private/