https://github.com/Netflix/atlas
Raw File
Tip revision: 49f9114a4366d05d6f9bca2654bf3823982a8a77 authored by brharrington on 26 October 2018, 16:44:00 UTC
update dependencies (#947)
Tip revision: 49f9114
.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