From 19edd0a2758e1671eee7beb7ce0e33c9f9a8bc7d Mon Sep 17 00:00:00 2001 From: fkarmoush Date: Wed, 26 Mar 2025 13:14:23 +0300 Subject: [PATCH] Added `/android/app/.cxx/` to `.gitIgnore`, because they're auto generated files that dont need to be checked into source control. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 43d2746..0818e72 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release +/android/app/.cxx/