.gitignore (448B)
1 *~ 2 # Gradle files 3 .gradle/ 4 build/ 5 6 # Local configuration file (sdk path, etc) 7 local.properties 8 9 # Log/OS Files 10 *.log 11 12 # Android Studio generated files and folders 13 captures/ 14 .externalNativeBuild/ 15 .cxx/ 16 *.apk 17 output.json 18 19 # IntelliJ 20 *.iml 21 .idea/ 22 misc.xml 23 deploymentTargetDropDown.xml 24 render.experimental.xml 25 26 # Keystore files 27 *.jks 28 *.keystore 29 30 # Google Services (e.g. APIs or Firebase) 31 google-services.json 32 33 # Android Profiling 34 *.hprof 35 36 **/.DS_Store