forked from code-clash/find-longest-distinct-subarray
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Gradle
 | |
| .gradle
 | |
| build/
 | |
| 
 | |
| # Android built artifacts
 | |
| *.apk
 | |
| *.ap_
 | |
| *.dex
 | |
| 
 | |
| # Java build artifacts class files
 | |
| *.class
 | |
| 
 | |
| # other generated files
 | |
| gen/
 | |
| target/
 | |
| 
 | |
| # local configuration file (for Android sdk path, etc)
 | |
| local.properties
 | |
| 
 | |
| # OSX files
 | |
| .DS_Store
 | |
| 
 | |
| # Eclipse
 | |
| /.classpath
 | |
| /.settings/
 | |
| /.project
 | |
| /.metadata
 | |
| bin/
 | |
| 
 | |
| # IntelliJ
 | |
| *.iml
 | |
| *.ipr
 | |
| *.iws
 | |
| *.uml
 | |
| .idea/compiler.xml
 | |
| .idea/workspace.xml
 | |
| out/
 | |
| 
 | |
| # NDK
 | |
| obj/
 | |
| 
 | |
| # Misc
 | |
| *.log
 | |
| *.graphml
 | |
| coverage.db*
 | 
