Revision 6ad848507323a8df5efa353bc290d1ef5c2c05ac authored by Mihai Surdeanu on 26 January 2016, 17:33:11 UTC, committed by Mihai Surdeanu on 26 January 2016, 17:33:11 UTC
1 parent 361f32b
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