From 054eb8dfef01f3e2608b26e2d5d002637ef4786b Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 21 Mar 2023 10:24:33 -0400 Subject: [PATCH] update gitignore --- .gitignore | 1 + app/.gitignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa724b7..b2dc3af 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ .externalNativeBuild .cxx local.properties +/keystore.jks diff --git a/app/.gitignore b/app/.gitignore index 42afabf..956c004 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,2 @@ -/build \ No newline at end of file +/build +/release \ No newline at end of file