telegram-tt/.gitattributes

26 lines
538 B
Plaintext
Raw Permalink Normal View History

2021-04-09 12:29:59 +02:00
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare files that will always have LF line endings on checkout.
.htaccess text eol=lf
*.html text eol=lf
*.css text eol=lf
*.scss text eol=lf
*.js text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.json text eol=lf
*.map text eol=lf
*.md text eol=lf
*.mo text eol=lf
*.svg text eol=lf
*.sh text eol=lf
# Denote all files that are truly binary and should not be modified.
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary
*.wav binary