# Auto detect text files and perform LF normalization * text=auto # Source code - enforce LF line endings *.py text eol=lf *.ts text eol=lf *.tsx text eol=lf *.js text eol=lf *.jsx text eol=lf *.json text eol=lf *.css text eol=lf *.scss text eol=lf *.html text eol=lf *.md text eol=lf *.yml text eol=lf *.yaml text eol=lf *.toml text eol=lf *.sql text eol=lf *.sh text eol=lf *.bat text eol=lf *.conf text eol=lf *.cfg text eol=lf *.txt text eol=lf *.env text eol=lf # Binary files - don't touch *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.pdf binary *.zip binary *.woff binary *.woff2 binary *.ttf binary *.eot binary