From bbda1f8e7db32665f63ff039573f6a895d126550 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 27 Apr 2023 09:15:27 -0400 Subject: [PATCH] update gitignore --- .gitignore | 1 + app/.gitignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec7d729..d31d7ae 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ .externalNativeBuild .cxx local.properties +keystore.jks \ No newline at end of file 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