17 lines
249 B
Plaintext
17 lines
249 B
Plaintext
* text=auto eol=lf
|
|
|
|
# Enforce LF line endings for key file types
|
|
*.sh text eol=lf
|
|
Dockerfile text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.json text eol=lf
|
|
*.md text eol=lf
|
|
|
|
# Binary assets
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.ico binary
|
|
|