From a1afa68a29e2209dbe231f5eab4fbe800dbd689c Mon Sep 17 00:00:00 2001 From: kfj001 Date: Mon, 27 Apr 2026 09:40:59 +0000 Subject: [PATCH] updated gitignore to omit android build. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8e33fc2..6e8b34b 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,4 @@ google-services.json # Android Profiling *.hprof +android/ \ No newline at end of file