From a5490b98c7cc635c4827b3be349eefd0c44e20d5 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 19 Jul 2025 15:51:05 -0700 Subject: [PATCH] Hide release files (APKs and JSON) from Git. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a8b0d1d..bdb1455 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,5 @@ google-services.json # Android Profiling *.hprof +# Release Files +app/release/*