33 lines
529 B
Plaintext
33 lines
529 B
Plaintext
# Normalize text files automatically
|
|
* text=auto
|
|
|
|
# Source files use LF
|
|
*.py text eol=lf
|
|
*.js text eol=lf
|
|
*.jsx text eol=lf
|
|
*.ts text eol=lf
|
|
*.tsx text eol=lf
|
|
*.json text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.md text eol=lf
|
|
*.sh text eol=lf
|
|
infra/docker/*.sh text eol=lf
|
|
scripts/*.sh text eol=lf
|
|
|
|
# Windows scripts use CRLF
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
|
|
# Binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.ttf binary
|
|
*.eot binary
|