 15be01ada9
			
		
	
	
		15be01ada9
		
	
	
	
	
		
			
			These are useful for debugging things like padding/margin issues, but they get dumped to the source dir by default.
		
			
				
	
	
		
			49 lines
		
	
	
		
			525 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			525 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Built application files
 | |
| *.apk
 | |
| *.ap_
 | |
| 
 | |
| # Files for the Dalvik VM
 | |
| *.dex
 | |
| 
 | |
| # Java class files
 | |
| *.class
 | |
| 
 | |
| # Generated files
 | |
| bin/
 | |
| gen/
 | |
| build.xml
 | |
| 
 | |
| # Gradle files
 | |
| .gradle/
 | |
| build/
 | |
| gradle.properties
 | |
| 
 | |
| # Local configuration file (sdk path, etc)
 | |
| local.properties
 | |
| 
 | |
| # Proguard folder generated by Eclipse
 | |
| proguard/
 | |
| 
 | |
| # Log Files
 | |
| *.log
 | |
| 
 | |
| # Editor swap/save files
 | |
| *~
 | |
| *.swp
 | |
| 
 | |
| # More IDE stuff
 | |
| .idea/
 | |
| *.iml
 | |
| out
 | |
| .settings/
 | |
| 
 | |
| # Imported libs
 | |
| extern/*/libs/
 | |
| extern/*/*/libs/
 | |
| 
 | |
| # Tests
 | |
| junit-report.xml
 | |
| 
 | |
| # Screen dumps from Android Studio/DDMS
 | |
| captures/
 |