From 001e7c4b6c5fa350ba9fb08836deb7f003832798 Mon Sep 17 00:00:00 2001 From: Mika Westphal Date: Sat, 3 May 2025 02:17:24 +0200 Subject: [PATCH] Improve .gitignore --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.gitignore b/.gitignore index aa724b7..2a1545d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,38 @@ .externalNativeBuild .cxx local.properties + +# 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/ +*.apk +output.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 +app/build/** \ No newline at end of file