https://github.com/Netflix/atlas
Raw File
Tip revision: 5a547c8615bcdc1a4ee1e25a4ef8fdfaabd6ce98 authored by brharrington on 08 August 2022, 22:30:35 UTC
update dependencies (#1453)
Tip revision: 5a547c8
.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