| 1234567891011121314151617181920212223242526272829 | 
							- # Compiled class file
 
- *.class
 
- # Log file
 
- *.log
 
- logs/*
 
- # BlueJ files
 
- *.ctxt
 
- # Mobile Tools for Java (J2ME)
 
- .mtj.tmp/
 
- src/main/resources/application-*.yml
 
- # Package Files #
 
- #*.jar
 
- *.war
 
- *.nar
 
- *.ear
 
- *.zip
 
- *.tar.gz
 
- *.rar
 
- *.iml
 
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 
- hs_err_pid*
 
- /.idea/*
 
- /target/*
 
- /.idea/
 
- /target/
 
- /src/main/resources/static/
 
 
  |