From 601a5b1101e678f4e439d707ab3666caff0c803a Mon Sep 17 00:00:00 2001 From: mcgeezy Date: Tue, 3 Mar 2026 07:53:40 -0600 Subject: [PATCH] chore: expand gitignore for Android build artifacts --- .gitignore | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 46be43f..e72d2ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,14 @@ -# Gradle +# Android / Gradle build artifacts .gradle/ -build/ -app/build/ +.kotlin/ +**/build/ +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +*.aab +*.ap_ +*.dex # Local config local.properties @@ -10,7 +17,7 @@ local.properties .idea/ *.iml -# Keystore +# Keystore / signing material *.jks *.keystore @@ -18,5 +25,5 @@ local.properties .DS_Store Thumbs.db -#Build +# Project notes todo.md