From 910c283bf1f501e705fcdcaef9db58460e9776f3 Mon Sep 17 00:00:00 2001 From: isra el Date: Thu, 18 May 2023 13:51:52 +0300 Subject: [PATCH] chore(android): add release files to gitignore --- android/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/android/.gitignore b/android/.gitignore index aa724b7..b08a615 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -13,3 +13,4 @@ .externalNativeBuild .cxx local.properties +/app/release/* \ No newline at end of file