mirror of
https://github.com/nkbai/book.git
synced 2026-08-19 09:33:29 +08:00
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto eol=lf
|
|
|
|
# Older git versions try to fix line endings on images, this prevents it.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.ico binary
|