nutzboot/.gitignore
2017-11-08 19:07:35 +08:00

42 lines
496 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/**
.gitignore