nutzboot/.gitignore
wendal chen b1406a9ecf add: 说出来你可能不信,这段代码是键盘自己敲的
把基础设施架设好,例如CI
2017-10-30 10:47:56 +08:00

39 lines
483 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/
*.zip
/target/
dump.rdb
WebContent/apidocs/
.idea
*.iml
ehcache.disk.store.dir
build/
.gradle/
local.properties
*/target/**