mirror of https://gitee.com/maxjhandsome/pig
39 lines
306 B
Plaintext
39 lines
306 B
Plaintext
# maven ignore
|
|
target/
|
|
*.jar
|
|
*.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 |