https://github.com/Netflix/atlas
Revision 8cd5bef3eb463c4c8cb86d6c8b0852ed82ced030 authored by Brian Harrington on 19 July 2016, 12:36:16 UTC, committed by Brian Harrington on 19 July 2016, 12:36:16 UTC
1 parent 992668f
Raw File
Tip revision: 8cd5bef3eb463c4c8cb86d6c8b0852ed82ced030 authored by Brian Harrington on 19 July 2016, 12:36:16 UTC
akka 2.4.8
Tip revision: 8cd5bef
.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