# Normalize line endings to LF on commit (prevents CRLF/LF checksum mismatch # between Windows dev machines and Linux Docker containers). # sqlx calculates migration checksums from file bytes — a CRLF vs LF difference # causes VersionMismatch errors at startup. * text=auto eol=lf # Binary files — never touch line endings *.msi binary *.exe binary *.png binary *.jpg binary *.ico binary *.woff binary *.woff2 binary *.ttf binary *.eot binary *.gz binary *.zip binary