https://github.com/Netflix/atlas
Raw File
Tip revision: 13ab8da6178b5a08445357c0bd1f54e2cf8bdbdc authored by brharrington on 06 October 2017, 16:47:29 UTC
fix #646, make compatible with jackson 2.9 (#701)
Tip revision: 13ab8da
.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