mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 09:10:37 -04:00
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.
This commit is contained in:
parent
e9fcaea4bc
commit
e9a2180d16
1 changed files with 7 additions and 0 deletions
7
.gitattributes
vendored
Normal file
7
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
* text=auto eol=lf
|
||||
|
||||
# special files
|
||||
*.bat text eol=crlf
|
||||
*.jpeg binary
|
||||
*.jpg binary
|
||||
*.png binary
|
||||
Loading…
Reference in a new issue