35 lines
		
	
	
		
			454 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			454 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # 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/
 | |
| *.aab
 | |
| *.apk
 | |
| output-metadata.json
 | |
| release/
 | |
| # 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
 | 
