mirror of
https://gitee.com/nutz/nutzboot.git
synced 2024-11-29 18:28:01 +08:00
44 lines
600 B
Plaintext
44 lines
600 B
Plaintext
# 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*
|
|
/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
|
|
**/target/
|
|
|
|
.gitignore
|
|
dependency-reduced-pom.xml
|
|
nutzboot-demo/nutzboot-demo-simple/nutzboot-demo-simple-urule/urule.repo
|
|
**/bin/**
|
|
.DS_Store
|