mirror of
https://github.com/certbot/certbot.git
synced 2026-02-17 17:48:18 -05:00
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.
7 lines
96 B
Text
7 lines
96 B
Text
* text=auto eol=lf
|
|
|
|
# special files
|
|
*.bat text eol=crlf
|
|
*.jpeg binary
|
|
*.jpg binary
|
|
*.png binary
|