1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Files
certbot/.gitattributes
Thom Wiggers e9a2180d16 Add gitattributes file to mark bat file as CRLF
Gitattributes files can be used to mark files as crlf, which is useful for the `.bat` files in case people use eol=lf in their git config.
2015-10-27 22:53:20 +01:00

8 lines
96 B
Plaintext

* text=auto eol=lf
# special files
*.bat text eol=crlf
*.jpeg binary
*.jpg binary
*.png binary