https://github.com/Netflix/atlas
Raw File
Tip revision: 7a66d3b5ff158ca65973182ac9be921d6a01ed5e authored by brharrington on 04 September 2023, 18:41:32 UTC
update dependencies (#1575)
Tip revision: 7a66d3b
.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