mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03: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.
8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
* text=auto eol=lf
|
|
|
|
# special files
|
|
*.bat text eol=crlf
|
|
*.jpeg binary
|
|
*.jpg binary
|
|
*.png binary
|