exercism / scala

Exercism exercises in Scala.
https://exercism.org/tracks/scala
MIT License
123 stars 131 forks source link

Update .keep #606

Closed felixrichnau closed 5 years ago

felixrichnau commented 5 years ago

Whenever I try to download this file for the exercise, it's just named ".keep" and empty.

ricemery commented 5 years ago

The keep files are there just to make sure that the directory gets created. The file is not intended to be a template for the implementation.