testable-mock/.gitignore

43 lines
348 B
Plaintext
Raw Normal View History

# maven ignore
target/
2021-04-04 14:24:31 +08:00
.mvn/
# gradle ignore
build/
2020-11-28 22:51:09 +08:00
out/
.gradle/
# eclipse ignore
.settings/
.project
.classpath
# idea ignore
.idea/
*.ipr
*.iml
*.iws
# temp ignore
*.log
*.cache
*.diff
*.patch
*.tmp
*.java~
*.properties~
*.xml~
2020-05-30 00:28:07 +08:00
dependency-reduced-pom.xml
# system ignore
.DS_Store
Thumbs.db
# others
note/
*.jar
*.war
*.zip
*.tar
*.tar.gz