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 110B

12345678910
  1. *.class
  2. *.log
  3. # sbt specific
  4. dist/*
  5. target/
  6. lib_managed/
  7. src_managed/
  8. project/boot/
  9. project/plugins/project/