From 9759537161c8fe2d10200a278bd41b1e8f5d0f06 Mon Sep 17 00:00:00 2001 From: androidacybot <45006100+androidacybot@users.noreply.github.com> Date: Sat, 5 Feb 2022 16:27:38 -0500 Subject: [PATCH] Ignore vscode directory Signed-off-by: androidacybot <45006100+androidacybot@users.noreply.github.com> --- app/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/.gitignore b/app/.gitignore index 73a2b80..d242433 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,3 +1,4 @@ /build /release -/mapping.txt \ No newline at end of file +/mapping.txt +/.vscode \ No newline at end of file