https://github.com/Netflix/atlas
Raw File
Tip revision: 4be162eec53fdd043b238183d90825151f0c6b89 authored by brharrington on 23 September 2019, 14:05:13 UTC
jackson 2.9.10 (#1089)
Tip revision: 4be162e
.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