diff --git a/.idea/.gitignore b/.idea/.gitignore index e5cbb64..058a64f 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,34 +1,22 @@ -# Gradle files +# Gradle & Build .gradle/ build/ +*.apk +*.aab -# Local configuration file (sdk path, etc) +# Local configuration local.properties -# Log/OS Files -*.log - -# Android Studio generated files and folders -captures/ -.externalNativeBuild/ -.cxx/ -*.aab -*.apk -output-metadata.json - -# IntelliJ +# Android Studio/IntelliJ +.idea/workspace.xml +.idea/libraries/ *.iml -.idea/ -misc.xml -deploymentTargetDropDown.xml -render.experimental.xml +captures/ -# Keystore files +# Keystore & Sensitive Data *.jks *.keystore +# google-services.json -# Google Services (e.g. APIs or Firebase) -google-services.json - -# Android Profiling -*.hprof +# OS specific +.DS_Store \ No newline at end of file