https://github.com/Netflix/atlas
Raw File
Tip revision: edf822df40c70709d605f3c1b8dec8ac2a86b9c2 authored by brharrington on 01 March 2023, 13:01:35 UTC
update dependencies (#1525)
Tip revision: edf822d
.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