46 lines
		
	
	
	
		
			403 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
	
		
			403 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# gradle
 | 
						|
.gradle/
 | 
						|
build/
 | 
						|
out/
 | 
						|
classes/
 | 
						|
 | 
						|
# eclipse
 | 
						|
*.launch
 | 
						|
 | 
						|
# idea
 | 
						|
.idea/
 | 
						|
*.iml
 | 
						|
*.ipr
 | 
						|
*.iws
 | 
						|
 | 
						|
# vscode
 | 
						|
.settings/
 | 
						|
.vscode/
 | 
						|
bin/
 | 
						|
.classpath
 | 
						|
.project
 | 
						|
 | 
						|
# macos
 | 
						|
*.DS_Store
 | 
						|
 | 
						|
# fabric
 | 
						|
run/
 | 
						|
 | 
						|
# java compiled class file
 | 
						|
*.class
 | 
						|
 | 
						|
# log file
 | 
						|
*.log
 | 
						|
 | 
						|
# package files #
 | 
						|
*.jar
 | 
						|
*.war
 | 
						|
*.nar
 | 
						|
*.ear
 | 
						|
*.zip
 | 
						|
*.tar.gz
 | 
						|
*.rar
 | 
						|
 | 
						|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 | 
						|
hs_err_pid*
 | 
						|
 |