lots of exercises in java... from https://github.com/exercism/java

1234567891011
  1. # Autodetect text files
  2. * text=auto
  3. # Force the following filetypes to have unix eols, so Windows does not break them
  4. *.* text eol=lf
  5. # Force images/fonts to be handled as binaries
  6. *.jpg binary
  7. *.jpeg binary
  8. *.png binary