https://github.com/Netflix/atlas
Raw File
Tip revision: 4720431c32e99edcb0bd204639aaea9b7e7353c9 authored by brharrington on 21 June 2023, 16:31:22 UTC
akka 2.6.21 (#1566)
Tip revision: 4720431
.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