telegram-tt/.gitattributes
Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

26 lines
538 B
Plaintext

# 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