12345678910111213141516171819202122232425262728293031323334353637383940 |
- # 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
- .DS_Store
- *.jar
- *.aar
- *.so
|