13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
* text=auto
|
|
|
|
# Deployment/runtime scripts must stay LF for Linux containers/shells.
|
|
*.sh text eol=lf
|
|
Dockerfile text eol=lf
|
|
**/Dockerfile text eol=lf
|
|
|
|
# Keep YAML and env-ish config files LF across platforms.
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.env text eol=lf
|
|
*.sql text eol=lf
|