mirror of https://gitee.com/maxjhandsome/pig
38 lines
300 B
Plaintext
38 lines
300 B
Plaintext
|
# maven ignore
|
||
|
target/
|
||
|
*.war
|
||
|
*.ear
|
||
|
*.zip
|
||
|
*.tar
|
||
|
*.tar.gz
|
||
|
|
||
|
# eclipse ignore
|
||
|
.settings/
|
||
|
.project
|
||
|
.classpath
|
||
|
|
||
|
# idea ignore
|
||
|
.idea/
|
||
|
*.ipr
|
||
|
*.iml
|
||
|
*.iws
|
||
|
|
||
|
# logs #
|
||
|
logs
|
||
|
|
||
|
# temp ignore
|
||
|
*.log
|
||
|
*.cache
|
||
|
*.diff
|
||
|
*.patch
|
||
|
*.tmp
|
||
|
*.java~
|
||
|
*.properties~
|
||
|
*.xml~
|
||
|
|
||
|
# system ignore
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
Servers
|
||
|
.metadata
|
||
|
upload
|