mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
# normal text files should contain a simple LF lineend, the following settings
|
|
# ensures this even if the user has not set core.autocrlf.
|
|
* text=auto
|
|
|
|
# binary files should be detected by git, however, to be sure, you can add them here explicitly
|
|
*.png binary
|
|
*.jpg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
|