# Enforce Unix line endings for shell scripts and other Linux-executed files *.sh text eol=lf *.py text eol=lf Dockerfile* text eol=lf *.conf text eol=lf *.sql text eol=lf *.go text eol=lf *.ts text eol=lf *.tsx text eol=lf *.json text eol=lf *.yaml text eol=lf *.yml text eol=lf *.md text eol=lf *.toml text eol=lf *.env* text eol=lf # Binary files - no line ending conversion *.png binary *.jpg binary *.ico binary *.woff binary *.woff2 binary *.ttf binary