From 2be8b6c16dae16fef12725a6793b3c2f0933a94c Mon Sep 17 00:00:00 2001
From: Alex <alex.tran1502@gmail.com>
Date: Tue, 11 Mar 2025 09:22:05 -0500
Subject: [PATCH] chore: ignore correct build folder (#16808)

---
 mobile/.gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mobile/.gitignore b/mobile/.gitignore
index 215305811a..5f6e15354f 100644
--- a/mobile/.gitignore
+++ b/mobile/.gitignore
@@ -45,6 +45,7 @@ app.*.map.json
 /android/app/debug
 /android/app/profile
 /android/app/release
+android/app/.cxx
 
 # Fastlane
 ios/fastlane/report.xml
@@ -55,5 +56,4 @@ default.isar.lock
 libisar.so
 
 # FVM Version
-.fvm/
-app/
\ No newline at end of file
+.fvm/
\ No newline at end of file