https://github.com/Netflix/atlas
Raw File
Tip revision: fdfa1ddaf1d6b4f60668ee304b0b51651c70fd5d authored by lavanyachennupati on 24 January 2022, 13:49:20 UTC
eval: add explicit data volume limits (#1397)
Tip revision: fdfa1dd
.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