From 97f3a444ec8a021d2fdb8f51ac1ed69b9e0f961c Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 12 Dec 2025 21:34:29 +0100 Subject: [PATCH] add .gitignore --- android/.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 android/.gitignore diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 0000000..aa724b7 --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,15 @@ +*.iml +.gradle +/local.properties +/.idea/caches +/.idea/libraries +/.idea/modules.xml +/.idea/workspace.xml +/.idea/navEditor.xml +/.idea/assetWizardSettings.xml +.DS_Store +/build +/captures +.externalNativeBuild +.cxx +local.properties