https://github.com/Netflix/atlas
Raw File
Tip revision: 5fbe43a0693bed524938ac8b0eb57963111cb177 authored by brharrington on 31 August 2017, 20:06:06 UTC
akka-http 10.0.10 (#664)
Tip revision: 5fbe43a
.gitignore

# Tmp files created by vim
*.swp

# Compiled sources
*.class

# Anything in target dirs
build
gh-pages-build
target

# Ivy caches
.gradle
.ivy2
.ivy2.cache
.sbt

# Intellij
*.iml
*.ipr
*.iws

# anything in .idea dirs
.idea
.idea_modules
out
back to top