41 lines
		
	
	
		
			442 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			442 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# gradle
 | 
						|
 | 
						|
.gradle/
 | 
						|
build/
 | 
						|
out/
 | 
						|
classes/
 | 
						|
 | 
						|
# eclipse
 | 
						|
 | 
						|
*.launch
 | 
						|
 | 
						|
# idea
 | 
						|
 | 
						|
.idea/
 | 
						|
*.iml
 | 
						|
*.ipr
 | 
						|
*.iws
 | 
						|
 | 
						|
# vscode
 | 
						|
 | 
						|
.settings/
 | 
						|
.vscode/
 | 
						|
bin/
 | 
						|
.classpath
 | 
						|
.project
 | 
						|
 | 
						|
# fabric
 | 
						|
 | 
						|
run/
 | 
						|
 | 
						|
# mac os
 | 
						|
.DS_Store # Folder Info
 | 
						|
.Trashes # Files to be deleted
 | 
						|
.AppleDouble # File System Fork
 | 
						|
Icon? # Folder icon
 | 
						|
._* # Thumbnail fikes
 | 
						|
.Spotlight-V100 # File System Indexer
 | 
						|
.fseventsd # File System Info
 | 
						|
.TemperoryItems # Temperory Items
 | 
						|
Thumbs.db # Random generated file
 |