Revision 02a5359f9735a0775a5c0d8868fc96ecbc27db1f authored by Mihai Surdeanu on 21 September 2016, 14:10:27 UTC, committed by Mihai Surdeanu on 21 September 2016, 14:10:27 UTC
1 parent 38b27b4
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