akka / akka-quickstart-scala.g8

A minimal seed template for an Akka with Scala build
https://developer.lightbend.com/guides/akka-quickstart-scala/index.html
Other
57 stars 40 forks source link

Add .gitignore; ignore build output #50

Closed ryanhanks closed 4 years ago

ryanhanks commented 4 years ago

This should be a sane starting point for a .gitignore.

See https://github.com/scala/scala-seed.g8/blob/2.13.x/src/main/g8/.gitignore.

octonato commented 4 years ago

I wouldn't mind having a little bit more than target. IntelliJ and Metals files are very common nowadays and it does no harm to add them to .gitignore. Anyway, I'll merge this PR, we can add them to the list on another PR. No big issue.

Thanks for contributing.