2017-06-19 23:55:20 +08:00
|
|
|
# diaowen.net maven ignore
|
2017-06-19 23:52:26 +08:00
|
|
|
target
|
|
|
|
classes
|
|
|
|
/src/main/webapp/dcpic/
|
|
|
|
# eclipse ignore
|
|
|
|
.settings/
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
catalina.*/
|
|
|
|
# idea ignore
|
|
|
|
.idea/
|
|
|
|
*.ipr
|
|
|
|
*.iml
|
|
|
|
*.iws
|
|
|
|
# temp ignore
|
|
|
|
*.log
|
|
|
|
*.cache
|
|
|
|
*.diff
|
|
|
|
*.patch
|
|
|
|
*.tmp
|
|
|
|
# system ignore
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
|
|
|
# package ignore (optional)
|
|
|
|
# *.jar
|
|
|
|
# *.war
|
|
|
|
# *.zip
|
|
|
|
# *.tar
|
|
|
|
# *.tar.gz
|
2017-06-19 23:55:20 +08:00
|
|
|
|
2017-06-11 14:54:35 +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*
|