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

123456789101112131415161718192021
  1. *.class
  2. *.log
  3. # sbt specific
  4. .cache
  5. .history
  6. .lib/
  7. dist/*
  8. target/
  9. lib_managed/
  10. src_managed/
  11. project/boot/
  12. project/plugins/project/
  13. # Scala-IDE specific
  14. .scala_dependencies
  15. .worksheet
  16. # ENSIME specific
  17. .ensime_cache/
  18. .ensime