1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # Created by .ignore support plugin (hsz.mobi)
- ### Java template
- # Compiled class file
- *.class
- *.ttf
- *.ttc
- # Log file
- *.log
- .project
- .settings
- .classpath
- .factorypath
- # BlueJ files
- *.ctxt
- .idea
- *.iml
- # Mobile Tools for Java (J2ME)
- .mtj.tmp/
- target
- **/target/classes/*.class
- # Package Files #
- *.jar
- *.war
- *.nar
- *.ear
- *.zip
- *.tar.gz
- *.rar
- *.bak
- *.gz
- *.xlsx
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
- hs_err_pid*
- rebel.xml
- /application-mobile/src/main/resources/rebel-remote.xml
- /appLogs/spring.log.2021-03-17.0.gz
- /appLogs/spring.log.2021-03-18.0.gz
- /appLogs/spring.log.2021-03-19.0.gz
- /appLogs/spring.log.2021-03-20.0.gz
- /appLogs/spring.log.2021-03-22.0.gz
- /appLogs/spring.log.2021-03-23.0.gz
- /webLogs/spring.log.2021-03-09.0.gz
- /download/
- !/download/
|