https://github.com/Netflix/atlas
Raw File
Tip revision: ce18de591d46120be349f77ca6843a658d8f407e authored by brharrington on 26 June 2020, 03:21:36 UTC
1.6: update dependencies (#1187)
Tip revision: ce18de5
.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