https://github.com/Netflix/atlas
Raw File
Tip revision: 03584fb2776858de9e90c16071fbd85bc3060954 authored by brharrington on 08 August 2015, 04:25:46 UTC
Merge pull request #213 from brharrington/v1.4.x-issue-175
Tip revision: 03584fb
.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