From 3d91e68a585ed862472d9cb5de9cee24271dfc55 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 9 Jun 2022 13:16:17 -0400 Subject: [PATCH] Fix .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e67409b06..a9f0ffe92 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ env.d.ts # Xcode # -build/* +ios/build/* *.pbxuser !default.pbxuser *.mode1v3 @@ -44,6 +44,8 @@ ios/Pods local.properties *.iml android/app/bin +android/app/build +android/build .settings .project .classpath