https://github.com/Netflix/atlas
Raw File
Tip revision: b8af6f34d5f5d93bf3f02a1496af02ab061985e9 authored by brharrington on 04 April 2024, 15:56:06 UTC
update dependencies (#1651)
Tip revision: b8af6f3
.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