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.

SBT 224B

123456789101112
  1. # Simple Build Tool
  2. # http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
  3. dist/*
  4. target/
  5. lib_managed/
  6. src_managed/
  7. project/boot/
  8. project/plugins/project/
  9. .history
  10. .cache
  11. .lib/