https://github.com/Netflix/atlas
Raw File
Tip revision: 34ad284b05c8642c7b9e4652e5daef729d87af74 authored by brharrington on 03 February 2016, 21:35:48 UTC
Merge pull request #302 from brharrington/aws-1.10.50
Tip revision: 34ad284
.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