26 lines
213 B
Text
26 lines
213 B
Text
# Binaries
|
|
.gradle/
|
|
build/
|
|
|
|
# Runtime
|
|
bin/
|
|
dist/
|
|
testLauncher/
|
|
run/
|
|
configs/
|
|
cache/
|
|
|
|
# IDE Config
|
|
.idea/
|
|
*.iml
|
|
.settings/
|
|
.classpath
|
|
.project
|
|
|
|
# OS X
|
|
.DS_Store
|
|
|
|
# Other
|
|
java_pid*.hprof
|
|
*.log
|
|
mockserver_keystore_*
|