mirror of
https://gitee.com/wkeyuan/DWSurvey.git
synced 2024-11-29 18:49:26 +08:00
54 lines
603 B
Plaintext
54 lines
603 B
Plaintext
# diaowen.net maven ignore
|
|
target
|
|
classes
|
|
/src/main/webapp/dcpic/
|
|
dwfile
|
|
# 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
|
|
|
|
# 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*
|