From 55601122d2fa198daadd35a403113b8d079cb4bd Mon Sep 17 00:00:00 2001 From: wildercayden Date: Sat, 13 Dec 2025 17:04:25 -0500 Subject: [PATCH] Update .gitignore to include Gradle and Android files Added additional ignored files and directories for Gradle, Android Studio, and IntelliJ. --- .idea/.gitignore | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/.idea/.gitignore b/.idea/.gitignore index 26d3352..e5cbb64 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,3 +1,34 @@ -# Default ignored files -/shelf/ -/workspace.xml +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.aab +*.apk +output-metadata.json + +# IntelliJ +*.iml +.idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# Keystore files +*.jks +*.keystore + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof