I'm just getting started with the Scala/Play 2.1.1/Scala-IDE stack and am kind-of confused as to why my Play 2.1 project directory contains both a target directory and a .target directory. The stock .gitignore appropriately ignores the target directory, but not the .target one.
Where did .target come from, what does it mean, and should it be also included in .gitignore?