mirror of
https://gitee.com/wkeyuan/DWSurvey.git
synced 2024-11-30 02:58:55 +08:00
30 lines
309 B
Plaintext
30 lines
309 B
Plaintext
|
# maven ignore
|
||
|
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
|