https://github.com/Netflix/atlas
Raw File
Tip revision: 0e5b51ff0a4af086b4459e7d403d3d61cd55ebec authored by brharrington on 25 July 2016, 23:27:02 UTC
fix #401, add scala version to artifact id (#402)
Tip revision: 0e5b51f
.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