mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-01-10 04:10:30 +08:00
36 lines
277 B
Plaintext
36 lines
277 B
Plaintext
|
# maven ignore
|
||
|
target/
|
||
|
*.jar
|
||
|
*.war
|
||
|
*.zip
|
||
|
*.tar
|
||
|
*.tar.gz
|
||
|
|
||
|
# eclipse ignore
|
||
|
.settings/
|
||
|
.project
|
||
|
.classpath
|
||
|
|
||
|
# idea ignore
|
||
|
.idea/
|
||
|
*.ipr
|
||
|
*.iml
|
||
|
*.iws
|
||
|
|
||
|
# temp ignore
|
||
|
*.log
|
||
|
*.cache
|
||
|
*.diff
|
||
|
*.patch
|
||
|
*.tmp
|
||
|
*.java~
|
||
|
*.properties~
|
||
|
*.xml~
|
||
|
|
||
|
# system ignore
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
|
||
|
# others
|
||
|
note/
|