https://github.com/Netflix/atlas
Raw File
Tip revision: 69aa97f6023c6d141ea928fbb3627bed48fd3a88 authored by brharrington on 29 October 2016, 14:14:06 UTC
update dependencies (#447)
Tip revision: 69aa97f
.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