From 6020636a668e244d40f1185a87e326966027a85e Mon Sep 17 00:00:00 2001 From: rebelonion <87634197+rebelonion@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:26:42 -0600 Subject: [PATCH] fix: update .gitignore --- app/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/.gitignore b/app/.gitignore index 9dfb597a..6a334e30 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -3,4 +3,6 @@ /debug/output-metadata.json /alpha /alpha/output-metadata.json +/google/* +/fdroid/* /release \ No newline at end of file