You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Scala.gitignore 152B

12345678910111213
  1. *.class
  2. *.log
  3. # sbt specific
  4. dist/*
  5. target/
  6. lib_managed/
  7. src_managed/
  8. project/boot/
  9. project/plugins/project/
  10. # Scala-IDE specific
  11. .scala_dependencies