mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-26 20:34:44 +01:00
26 lines
538 B
Plaintext
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
|