forked from gitea/gitea
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			369 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			369 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/
 | |
| *.apk
 | |
| output.json
 | |
| 
 | |
| # IntelliJ
 | |
| *.iml
 | |
| .idea/
 | |
| 
 | |
| # Keystore files
 | |
| *.jks
 | |
| *.keystore
 | |
| 
 | |
| # Google Services (e.g. APIs or Firebase)
 | |
| google-services.json
 | |
| 
 | |
| # Android Profiling
 | |
| *.hprof
 | 
