https://github.com/Netflix/atlas
Raw File
Tip revision: c5681f0c43f6473877803d235359e58396573cc1 authored by brharrington on 04 May 2022, 18:19:53 UTC
update dependencies (#1441)
Tip revision: c5681f0
.gitignore

# Tmp files created by vim
*.swp

# Compiled sources
*.class

# Anything in target dirs
build
gh-pages-build
target

# Ivy caches
.bsp
.gradle
.ivy2
.ivy2.cache
.sbt

# Intellij
*.iml
*.ipr
*.iws

# anything in .idea dirs
.idea
.idea_modules
out
back to top