https://github.com/Netflix/atlas
Raw File
Tip revision: d7eac10bd84bfa3e05c467ae0de3778f1d614f89 authored by brharrington on 30 July 2016, 21:36:24 UTC
misc build cleanup (#404)
Tip revision: d7eac10
.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