https://github.com/Netflix/atlas
Raw File
Tip revision: 19ead26a9cd734e882eeac8373929de8880646b4 authored by brharrington on 01 March 2016, 05:49:30 UTC
Merge pull request #320 from brharrington/v1.4-org
Tip revision: 19ead26
.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