https://github.com/Netflix/atlas
Raw File
Tip revision: f2edd36359319ff8e50b7da816476a24896fd856 authored by brharrington on 01 May 2017, 22:19:52 UTC
included rendered image in v2.json response (#568)
Tip revision: f2edd36
.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