Created
February 11, 2023 08:00
-
-
Save benigumocom/e8fb24a8ade903b2dd347c64fcd96c0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment