From 851683c44370f68912443729727ed625e6581aea Mon Sep 17 00:00:00 2001 From: gameingame-eng <231358369+gameingame-eng@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:27:26 -0600 Subject: [PATCH] simplify, remove redundant entries, and add missing common artifacts --- Android.gitignore | 41 ++++++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index e5cbb64142..570eafd18e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,34 +1,45 @@ -# Gradle files +# Gradle .gradle/ build/ +!gradle-wrapper.jar -# Local configuration file (sdk path, etc) +# Local configuration local.properties -# Log/OS Files +# Log files *.log -# Android Studio generated files and folders +# Android Studio / IntelliJ +*.iml +.idea/ + +# Android generated files captures/ .externalNativeBuild/ .cxx/ -*.aab *.apk +*.ap_ +*.aab output-metadata.json -# IntelliJ -*.iml -.idea/ -misc.xml -deploymentTargetDropDown.xml -render.experimental.xml - -# Keystore files +# Keystore files (never commit these) *.jks *.keystore -# Google Services (e.g. APIs or Firebase) +# Google Services google-services.json +google-services.plist + +# Firebase Crashlytics / Performance +crashlytics-build.properties +fabric.properties -# Android Profiling +# NDK / CMake +obj/ + +# Profiling *.hprof + +# OS-specific +.DS_Store +Thumbs.db