.gitattributes 344 B

12345678910111213
  1. # https://help.github.com/articles/dealing-with-line-endings/
  2. # Set the default behavior, in case people don't have core.autocrlf set.
  3. * text=auto
  4. Dockerfile text
  5. *.yml text
  6. *.md text
  7. .dockerignore text
  8. # Shell scripts should always use LF line endings, otherwise the Docker base image might cause problems
  9. *.sh text eol=lf
  10. *.js text eol=lf