1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Normalize line endings to LF in the repository, checkout as-is on all platforms * text=auto eol=lf # Windows-specific files keep CRLF *.bat text eol=crlf *.ps1 text eol=crlf # Binaries *.exe binary *.pdb binary *.png binary *.jpg binary *.jpeg binary *.gif binary