You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			53 lines
		
	
	
		
			525 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			53 lines
		
	
	
		
			525 B
		
	
	
	
		
			Plaintext
		
	
# maven ignore
 | 
						|
target/
 | 
						|
*.versionsBackup
 | 
						|
.factorypath
 | 
						|
 | 
						|
# eclipse ignore
 | 
						|
.settings/
 | 
						|
.project
 | 
						|
.classpath
 | 
						|
*rebel.xml
 | 
						|
 | 
						|
# STS 
 | 
						|
.apt_generated
 | 
						|
.classpath
 | 
						|
.factorypath
 | 
						|
.project
 | 
						|
.settings
 | 
						|
.springBeans
 | 
						|
.sts4-cache
 | 
						|
 | 
						|
# idea ignore
 | 
						|
.idea/
 | 
						|
*.ipr
 | 
						|
*.iml
 | 
						|
*.iws
 | 
						|
 | 
						|
# temp ignore
 | 
						|
*.log
 | 
						|
*.cache
 | 
						|
*.diff
 | 
						|
*.patch
 | 
						|
*.tmp
 | 
						|
 | 
						|
# Package Files #
 | 
						|
*.jar
 | 
						|
*.war
 | 
						|
*.ear
 | 
						|
*.zip
 | 
						|
*.tar.gz
 | 
						|
*.rar
 | 
						|
 | 
						|
# system ignore
 | 
						|
.DS_Store
 | 
						|
Thumbs.db
 | 
						|
 | 
						|
.vscode
 | 
						|
 | 
						|
# dev properties
 | 
						|
src/main/resources/application-dev.yml
 | 
						|
src/main/resources/application-remote.yml
 | 
						|
 | 
						|
init-local-database-dev.sh
 |