https://github.com/Netflix/atlas
Raw File
Tip revision: 44e2f58643b9ceaf570f7eaa6eac4514660662d1 authored by brharrington on 04 April 2018, 16:13:40 UTC
ensure batches are regularly pushed (#814)
Tip revision: 44e2f58
.gitignore

# Tmp files created by vim
*.swp

# Compiled sources
*.class

# Anything in target dirs
build
gh-pages-build
target

# Ivy caches
.gradle
.ivy2
.ivy2.cache
.sbt

# Intellij
*.iml
*.ipr
*.iws

# anything in .idea dirs
.idea
.idea_modules
out
back to top