2017-10-20 15:11:49 +08:00
|
|
|
# Compiled class file
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Log file
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# BlueJ files
|
|
|
|
*.ctxt
|
|
|
|
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
|
|
.mtj.tmp/
|
|
|
|
|
|
|
|
# Package Files #
|
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
|
|
|
*.zip
|
|
|
|
*.tar.gz
|
|
|
|
*.rar
|
|
|
|
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
|
|
hs_err_pid*
|
2017-10-30 10:47:56 +08:00
|
|
|
/target/
|
|
|
|
.settings/
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
WebContent/WEB-INF/classes
|
|
|
|
WebContent/META-INF/
|
|
|
|
dump.rdb
|
|
|
|
WebContent/apidocs/
|
|
|
|
.idea
|
|
|
|
*.iml
|
|
|
|
ehcache.disk.store.dir
|
|
|
|
build/
|
|
|
|
.gradle/
|
|
|
|
local.properties
|
2018-03-30 11:47:51 +08:00
|
|
|
**/target/
|
2017-11-08 19:07:35 +08:00
|
|
|
|
|
|
|
.gitignore
|
2017-12-12 11:49:02 +08:00
|
|
|
dependency-reduced-pom.xml
|
2017-12-22 21:02:13 +08:00
|
|
|
nutzboot-demo/nutzboot-demo-simple/nutzboot-demo-simple-urule/urule.repo
|
2017-12-30 13:01:53 +08:00
|
|
|
**/bin/**
|
2018-03-30 11:47:51 +08:00
|
|
|
.DS_Store
|