https://github.com/Netflix/atlas
Raw File
Tip revision: 94e78bf64aa4bbf1376c1ecce89ff59e6a955d3b authored by OpsEng Jenkins Builds User on 04 June 2015, 02:24:01 UTC
Setting version to 1.4.4
Tip revision: 94e78bf
.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