https://github.com/Netflix/atlas
Raw File
Tip revision: a9b28212f929b4766f46574d9f09085a7ce9c057 authored by brharrington on 13 June 2019, 15:44:32 UTC
1.6: update to scala 2.13.0 final (#1053)
Tip revision: a9b2821
.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