From 252bb4b8e1e42ef33649d02078f6b3099495350a Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Thu, 25 Aug 2022 07:53:33 -0700 Subject: [PATCH] add to android gitignore --- android/Omnivore/app/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/Omnivore/app/.gitignore b/android/Omnivore/app/.gitignore index 42afabfd2..6a4362e1c 100644 --- a/android/Omnivore/app/.gitignore +++ b/android/Omnivore/app/.gitignore @@ -1 +1,3 @@ -/build \ No newline at end of file +/build +keystore.properties +*.keystore \ No newline at end of file