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