From 2830198c439605580a4ebbd247d99c2d6b9173d8 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 1 Jan 2026 21:08:55 -0600 Subject: [PATCH] chore: update .dockerignore to include android directory and add android/.gitignore for build artifacts --- .dockerignore | 1 + android/.gitignore | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 android/.gitignore diff --git a/.dockerignore b/.dockerignore index 0852523..10044b6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -8,6 +8,7 @@ docs/ # Development files .github/ electron/ +android/ scripts/ Makefile diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 0000000..951e883 --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,16 @@ +*.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 +