Revision dd8c6c5e88e5585a128d9a0aa5d863e3b38fc8ba authored by Tom Hicks on 11 August 2016, 16:16:02 UTC, committed by GitHub on 11 August 2016, 16:16:02 UTC
2 parent s ea47f17 + 23667e6
Raw File
.gitignore
.DS_Store
*.class
*.log
.idea
.idea/*
*.iml
core/*.iml
.#*

# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/

# Scala-IDE specific
.scala_dependencies

out/
back to top