testable-mock/.gitignore
2020-05-30 00:28:07 +08:00

37 lines
304 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~
dependency-reduced-pom.xml
# system ignore
.DS_Store
Thumbs.db
# others
note/