From b2f35a86e7cedc12c74a6d6e96899752d33377f6 Mon Sep 17 00:00:00 2001 From: Jing Jin <8752427+jinjingforever@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:17:21 -0700 Subject: [PATCH] Update gitignore to exclude /release --- Android/src/app/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android/src/app/.gitignore b/Android/src/app/.gitignore index 42afabf..956c004 100644 --- a/Android/src/app/.gitignore +++ b/Android/src/app/.gitignore @@ -1 +1,2 @@ -/build \ No newline at end of file +/build +/release \ No newline at end of file